summaryrefslogtreecommitdiff
path: root/mysql-test/t/enforce_storage_engine.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-8577: With enforce-storage-engine mysql_upgrade corrupts the schema:Jan Lindström2015-09-121-0/+22
| | | | | | | | | 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;
* MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be ↵Oleksandr Byelkin2015-09-041-0/+3
| | | | stopped with no-zero size)
* MDEV-8219: enforce_storage_engine cannot be set globallyJan Lindström2015-06-261-1/+14
| | | | | | Change session only variable enforce_storage_engine to be session variable and make sure that also global value is used if session variable is not set.
* MDEV-6858: enforce_storage_engine optionJan Lindström2015-03-121-0/+73
Merge from Percona Server enforced use of a specific storage engine authored by Stewart Smith. Modified to be session variable and modifiable only by SUPER. Use similar implementation as default_storage_engine.