summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | | |\ \ \
| * | | | \ \ \ merge with mysql-5.5.30 minus few incorrect or not applicable changesetsSergei Golubchik2013-02-281-103/+124
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| | * | | | | mergeMattias Jonsson2012-12-271-5/+2
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | Bug#14589559 Post push fix for valgrind warnings.Mattias Jonsson2012-12-271-6/+3
| | * | | | | merge mysql-5.1 -> mysql-5.5Mattias Jonsson2012-12-011-2/+4
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | merge of bug#14589559 into mysql-5.1Mattias Jonsson2012-12-011-100/+124
| | | |\ \ \ \
| | | | * | | | bug#14589559: ASSERTION `FILE_ENTRY_BUF[2] == 0' FAILEDMattias Jonsson2012-11-301-2/+4
| | | * | | | | Bug#11751825 - OPTIMIZE PARTITION RECREATES FULL TABLE INSTEAD JUST PARTITIONAditya A2012-11-061-3/+23
| | * | | | | | Manual merge of bug#14589559 from mysql-5.1 to 5.5Mattias Jonsson2012-10-181-98/+120
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Bug#14589559: ASSERTION `FILE_ENTRY_BUF[2] == 0'Mattias Jonsson2012-10-181-98/+120
| | * | | | | | upmerge to bug#14548159Rohit Kalhans2012-09-221-10/+11
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | BUG#14548159: NUMEROUS CASES OF INCORRECT IDENTIFIERRohit Kalhans2012-09-221-11/+11
| | | |/ / / /