summaryrefslogtreecommitdiff
path: root/mysql-test/r/enforce_storage_engine.result
Commit message (Collapse)AuthorAgeFilesLines
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-162/+0
|
* MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-311-0/+8
|
* MDEV-8577: With enforce-storage-engine mysql_upgrade corrupts the schema:Jan Lindström2015-09-121-0/+30
| | | | | | | | | 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/+20
| | | | | | 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/+102
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.