summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-5/+19
|\
| * mysql-5.5.33 mergeSergei Golubchik2013-09-061-5/+17
| |\
| | * Bug#14834378 ADDRESSSANITIZER BUG IN FILENAME_TO_TABLENAMETor Didriksen2013-06-141-1/+2
| | * Bug #14227431: CHARACTER SET MISMATCH WHEN ALTERING FOREIGN KEYSSivert Sorumgard2013-06-121-5/+17
| * | bugfix: storage engine might return a negative error code, but it shouldn'tSergei Golubchik2013-08-261-0/+2
* | | 5.5 mergeSergei Golubchik2013-07-171-39/+30
|\ \ \ | |/ /
| * | mysql-5.5.32 mergeSergei Golubchik2013-07-161-35/+20
| |\ \ | | |/
| | * Bug #16051728 SERVER CRASHES IN ADD_IDENTIFIER ON CONCURRENT ALTER TABLE ANDAnnamalai Gurusami2013-03-211-36/+20
| * | MDEV-4564 ALTER on a temporary table generates an audit eventSergei Golubchik2013-06-071-4/+10
* | | plugin_hton helperSergei Golubchik2013-06-151-1/+1
* | | MDEV-4441 DROP DATABASE with a newly created ARCHIVE table does not workSergei Golubchik2013-06-151-34/+9
* | | 5.5 mergeSergei Golubchik2013-06-061-4/+17
|\ \ \ | |/ /
| * | mysql-5.5.31 mergeSergei Golubchik2013-05-071-5/+8
| |\ \ | | |/
| | * Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHENMattias Jonsson2013-02-141-4/+7
| * | MDEV-260 auditing table accessesSergei Golubchik2013-04-191-0/+10
* | | MDEV-318 IF (NOT) EXIST clauses for ALTER TABLE (MWL #252).Alexey Botchkov2013-04-131-1/+252
* | | MDEV-4022 table attributes with sysvar as a default valueSergei Golubchik2013-04-091-6/+6
* | | error messages: name the storage engine explicitly,Sergei Golubchik2013-04-091-44/+32
* | | post-review comments and other minor editsSergei Golubchik2013-04-091-4/+4
* | | optimize discovery for cases when the storage engine is known in advanceSergei Golubchik2013-04-091-4/+7
* | | Assisted discoverySergei Golubchik2013-04-091-14/+58
* | | dead code, remove unused argumentSergei Golubchik2013-04-091-7/+6
* | | remove HA_CREATE_INFO::frm_only - it's internal server flag,Sergei Golubchik2013-04-091-11/+15
* | | small cleanupSergei Golubchik2013-04-091-23/+15
* | | cleanup: merge two mutually dependent function arguments into one,Sergei Golubchik2013-04-091-46/+33
* | | cleanupSergei Golubchik2013-04-091-48/+5
* | | test_sql_discovery storage engineSergei Golubchik2013-04-091-1/+0
* | | discovery using sql CREATE TABLE statementSergei Golubchik2013-04-091-122/+153
* | | CREATE TABLE and frm-less discovering engines.Sergei Golubchik2013-04-091-11/+12
* | | split mysql_create_frm() in create_frm_image() and writefrm()Sergei Golubchik2013-04-091-1/+1
* | | remove dd_frm_type(), dd_frm_storage_engine(), dd_check_storage_engine_flag()Sergei Golubchik2013-04-091-2/+6
* | | rename a handler method to more precisely reflect what kind of a hack it doesSergei Golubchik2013-04-091-6/+6
* | | fix mysql_rm_table_no_locks() not to use dd_frm_type, because the frm fileSergei Golubchik2013-04-091-31/+35
* | | single table discovery: handlerton::discover_table() method.Sergei Golubchik2013-04-091-19/+24
* | | handlerton::discover_table_existence() methodSergei Golubchik2013-04-091-3/+8
* | | * remove ha_check_if_table_exists() and get_table_share_with_discover().Sergei Golubchik2013-04-091-46/+3
* | | revert Sergei Golubchik2013-04-091-70/+4
* | | * don't use 1-8 numbers for open_table_error codes, use an enum.Sergei Golubchik2013-04-091-2/+2
* | | don't use I_S constants for open_table_def and get_table_share,Sergei Golubchik2013-04-091-1/+1
* | | remove handlerton::find_files (new implementation is coming),Sergei Golubchik2013-04-071-17/+7
* | | simplify test caseSergei Golubchik2013-04-071-2/+0
* | | 5.5 mergeSergei Golubchik2013-03-271-110/+145
|\ \ \ | |/ /
| * | Fix for assert found by mysql-test-runMichael Widenius2013-03-051-1/+5
| * | Fixed issue with LOCK TABLE + ALTER TABLE ENABLE KEYS + SHOW commands.Michael Widenius2013-03-051-0/+3
| * | Automatic mergeMichael Widenius2013-03-011-6/+13
| |\ \
| | * | Fixed bug MPDEV-628 / LP:989055 - Querying myisam table metadata may corrupt ...Michael Widenius2013-03-011-6/+13
| * | | 5.3->5.5 mergeSergei Golubchik2013-02-281-1/+1
| |\ \ \
| | * \ \ 5.2 -> 5.3Sergei Golubchik2013-02-281-107/+148
| | |\ \ \
| | | * \ \ 5.1 -> 5.2 mergeSergei Golubchik2013-02-281-107/+148
| | | |\ \ \
| | | | * \ \ mysql-5.1 mergeSergei Golubchik2013-02-281-107/+148
| | | | |\ \ \