Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
This commit is contained in:
@@ -582,7 +582,7 @@ function PMA_getTableDef($db, $table, $crlf, $error_url, $show_dates = false, $a
|
||||
$schema_create .= 'DROP TABLE IF EXISTS ' . PMA_backquote($table, $sql_backquotes) . ';' . $crlf;
|
||||
}
|
||||
|
||||
// Steve Alberty's patch for complete table dump,
|
||||
// Complete table dump,
|
||||
// Whether to quote table and fields names or not
|
||||
if ($sql_backquotes) {
|
||||
PMA_DBI_query('SET SQL_QUOTE_SHOW_CREATE = 1');
|
||||
|
Reference in New Issue
Block a user