bug #2009500 [SQL] Small improvements in generated SQL (partial fix)
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user