mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 11:34:10 +02:00
Comments
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@729 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -104,6 +104,7 @@ if ($_POST) {
|
||||
}
|
||||
|
||||
if ($style == "CREATE+ALTER" && $_POST["format"] != "csv") {
|
||||
// drop old tables
|
||||
$query = "SELECT TABLE_NAME, ENGINE, TABLE_COLLATION, TABLE_COMMENT FROM information_schema.TABLES WHERE TABLE_SCHEMA = DATABASE()";
|
||||
?>
|
||||
DELIMITER ;;
|
||||
|
Reference in New Issue
Block a user