summaryrefslogtreecommitdiff
path: root/mysql-test/r/table_options-5867.result
Commit message (Collapse)AuthorAgeFilesLines
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-37/+0
|
* be less annoying about sysvar-based table attributesSergei Golubchik2015-04-101-2/+2
| | | | | | | do not *always* add them to the create table definition, but only when a sysvar value is different from a default. also, when adding them - don't quote numbers
* MDEV-5867 ALTER TABLE t1 ENGINE=InnoDB keeps bad options when t1 ENGINE is ↵Sergei Golubchik2014-07-081-0/+37
CONNECT Comment out unknown options in SHOW CREATE TABLE unless IGNORE_BAD_TABLE_OPTIONS is used