mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 03:24:01 +02:00
Alter doesn't work with MySQL extension
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@521 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -111,7 +111,7 @@ $result->free();
|
||||
ELSE
|
||||
SET @alter_table = CONCAT('DROP TABLE `', REPLACE(_table_name, '`', '``'), '`');
|
||||
PREPARE alter_command FROM @alter_table;
|
||||
EXECUTE alter_command;
|
||||
EXECUTE alter_command; -- returns "can't return a result set in the given context" with MySQL extension
|
||||
DROP PREPARE alter_command;
|
||||
END CASE;
|
||||
END IF;
|
||||
|
Reference in New Issue
Block a user