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 612610eac9
commit f459bb6f6e
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
3.1.2.0 (not yet released)
- bug #1253252 [display] Can't NULL a column with relation defined
- bug #2009500 [SQL] Small improvements in generated SQL (partial fix)
3.1.1.0 (not yet released)
- patch #2242765 [core] Navi panel server links wrong,

View File

@@ -217,6 +217,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);