bug #2009500 [SQL] Small improvements in generated SQL (partial fix)

This commit is contained in:
Marc Delisle
2008-12-07 13:33:26 +00:00
parent 58da062692
commit ef3430237e
2 changed files with 2 additions and 0 deletions

View File

@@ -216,6 +216,7 @@ if (isset($_REQUEST['do_save_data'])) {
if (!empty($_REQUEST['partition_definition'])) {
$sql_query .= ' ' . PMA_sqlAddslashes($_REQUEST['partition_definition']);
}
$sql_query .= ';';
// Executes the query
$result = PMA_DBI_try_query($sql_query);