summaryrefslogtreecommitdiff
path: root/sql/create_options.cc
Commit message (Expand)AuthorAgeFilesLines
* Correct FSF addressiangilfillan2017-03-101-1/+1
* protect against corrupted frmsSergei Golubchik2016-05-051-5/+10
* - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-2/+3
* be less annoying about sysvar-based table attributesSergei Golubchik2015-04-101-22/+40
* MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-2/+1
* Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-0/+17
|\
| * MDEV-5867 ALTER TABLE t1 ENGINE=InnoDB keeps bad options when t1 ENGINE is CO...Sergei Golubchik2014-07-081-0/+17
* | MDEV-6138 show sysvar's help in I_S tablesSergei Golubchik2014-10-111-1/+1
|/
* bug in HA_TOPTION_SYSVAR of the enum type - enum string was generated incorre...Sergei Golubchik2014-03-261-0/+1
* Enable TokuDB online ALTERSergei Golubchik2013-09-251-7/+29
* MDEV-4786 - merge 10.0-monty - 10.0Sergey Vojtovich2013-07-261-3/+3
* 10.0-monty mergeSergei Golubchik2013-07-211-2/+2
|\
| * Applied all changes from Igor and SanjaMichael Widenius2013-06-151-2/+2
* | MDEV-4022 table attributes with sysvar as a default valueSergei Golubchik2013-04-091-17/+158
* | cleanupSergei Golubchik2013-04-091-16/+14
|/
* 5.3 mergeSergei Golubchik2012-10-181-5/+2
|\
| * Merge from 5.1.unknown2012-09-261-2/+2
* | Fixed compiler errorsMichael Widenius2012-08-141-1/+4
* | compilation fixesSergei Golubchik2011-11-271-1/+1
* | merge with 5.3Sergei Golubchik2011-10-191-2/+4
|\ \ | |/
| * small enhancement of the create table options feature:Sergei Golubchik2011-05-101-1/+2
| * merge with 5.1Michael Widenius2010-11-301-1/+2
* | lots of post-merge changesSergei Golubchik2011-04-251-1/+0
|/
* Added extra argument to longlong2str() to make it have same prototype is int2...Michael Widenius2010-08-071-4/+5
* Fixed compiler warnings and test failuresMichael Widenius2010-08-061-0/+1
* Fix for LP#588251: doStartTableScan() result not checked.Michael Widenius2010-07-171-2/+2
* don't error out on unknown options in theSergei Golubchik2010-05-121-18/+13
* make table option reader more future-proofSergei Golubchik2010-05-121-1/+6
* MWL#43 CREATE TABLE options (by Sanja)Sergei Golubchik2010-04-081-0/+612