Browse Source
MDEV-8577: With enforce-storage-engine mysql_upgrade corrupts the schema:
MDEV-8577: With enforce-storage-engine mysql_upgrade corrupts the schema:
ALTER TABLE should either bypass enforce-storage-engine, or mysql_upgrade should refuse to run Allow user to alter contents of existing table without enforcing storage engine. However, enforce storage engine on ALTER TABLE x ENGINE=y;pull/100/head
5 changed files with 144 additions and 2 deletions
-
30mysql-test/r/enforce_storage_engine.result
-
60mysql-test/r/mysql_upgrade.result
-
22mysql-test/t/enforce_storage_engine.test
-
23mysql-test/t/mysql_upgrade.test
-
11sql/sql_table.cc
Write
Preview
Loading…
Cancel
Save
Reference in new issue