summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* 5.5 mergeSergei Golubchik2013-06-061-2/+2
|\
| * strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1)Sergei Golubchik2013-04-171-2/+2
* | MDEV-26: Global transaction ID. First alpha release.unknown2013-04-151-3/+12
|\ \
| * | MDEV-26: Global transaction ID.unknown2013-03-261-0/+7
| * | MDEV-26: Global transaction IDunknown2013-02-251-0/+1
| * | MDEV-500: Session variable for server_idunknown2012-10-231-3/+4
* | | 5.5 mergeSergei Golubchik2013-04-141-1/+0
|\ \ \ | | |/ | |/|
| * | 5.3 mergeSergei Golubchik2013-04-121-1/+0
| |\ \
| | * | MDEV-4316 MariaDB server crash with signal 11Sergei Golubchik2013-04-061-1/+0
| | * | 5.2 -> 5.3Sergei Golubchik2013-02-281-22/+28
| | |\ \
| | | * \ 5.1 -> 5.2 mergeSergei Golubchik2013-02-281-22/+28
| | | |\ \
| | | | * \ mysql-5.1 mergeSergei Golubchik2013-02-281-22/+28
| | | | |\ \
* | | | | | | optimize discovery for cases when the storage engine is known in advanceSergei Golubchik2013-04-091-1/+5
* | | | | | | test_sql_discovery storage engineSergei Golubchik2013-04-091-9/+0
* | | | | | | CREATE TABLE and frm-less discovering engines.Sergei Golubchik2013-04-091-1/+1
* | | | | | | if discovery in recover_from_failed_open fails, don't bother to reopenSergei Golubchik2013-04-091-3/+6
* | | | | | | remove dd_frm_type(), dd_frm_storage_engine(), dd_check_storage_engine_flag()Sergei Golubchik2013-04-091-3/+2
* | | | | | | single table discovery: handlerton::discover_table() method.Sergei Golubchik2013-04-091-13/+19
* | | | | | | remove ha_create_table_from_engine()Sergei Golubchik2013-04-091-31/+41
* | | | | | | handlerton::discover_table_existence() methodSergei Golubchik2013-04-091-55/+3
* | | | | | | convenience helpers for get_table_share() and tdc_open_view().Sergei Golubchik2013-04-091-52/+28
* | | | | | | * remove ha_check_if_table_exists() and get_table_share_with_discover().Sergei Golubchik2013-04-091-201/+80
* | | | | | | Don't hold LOCK_open over open_table_def/open_binary_frm callSergei Golubchik2013-04-091-6/+22
* | | | | | | moving LOCK_open into get_table_share()Sergei Golubchik2013-04-091-85/+98
* | | | | | | * don't use 1-8 numbers for open_table_error codes, use an enum.Sergei Golubchik2013-04-091-15/+15
* | | | | | | don't use I_S constants for open_table_def and get_table_share,Sergei Golubchik2013-04-091-18/+14
* | | | | | | my_dir() cleanupSergei Golubchik2013-04-071-6/+1
* | | | | | | 5.5 mergeSergei Golubchik2013-03-271-29/+47
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Automatic mergeMichael Widenius2013-03-011-8/+19
| |\ \ \ \ \
| | * | | | | Fixed bug MPDEV-628 / LP:989055 - Querying myisam table metadata may corrupt ...Michael Widenius2013-03-011-8/+19
| * | | | | | merge with mysql-5.5.30 minus few incorrect or not applicable changesetsSergei Golubchik2013-02-281-21/+28
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Bug#15972635: Incorrect results returned in 32 table join with HAVINGRoy Lyseng2012-12-211-1/+2
| | * | | | | Bug #15954872 "MAKE MDL SUBSYSTEM AND TABLE DEFINITION CACHEDmitry Lenev2012-12-111-16/+26
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | Bug #15954872 "MAKE MDL SUBSYSTEM AND TABLE DEFINITION CACHE Dmitry Lenev2012-12-111-18/+28
| | * | | | | upmerge to bug#14548159Rohit Kalhans2012-09-221-18/+13
| | |\ \ \ \ \ | | | |/ / / /
* | | | | | | 5.5 mergeSergei Golubchik2013-01-291-1/+6
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 5.3->5.5Igor Babaev2013-01-231-1/+2
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Merge 5.2->5.3Igor Babaev2013-01-211-1/+2
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | Fixed bug mdev-3938.Igor Babaev2013-01-151-1/+2
| | * | | | | 5.2->5.3 mergeSergei Golubchik2013-01-101-27/+10
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | 5.1 mergeSergei Golubchik2013-01-101-27/+10
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | | * | | mysql-5.1.67 mergeSergei Golubchik2013-01-091-27/+10
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | | * | BUG#14548159: NUMEROUS CASES OF INCORRECT IDENTIFIERRohit Kalhans2012-09-221-18/+13
| | | | * | | Merge with latest 5.1.unknown2012-08-241-11/+11
| | | | |\ \ \
| * | | | | | | Fix for MDEV-4009: main.delayed sporadically fails with "query 'REPLACE DELAY...Michael Widenius2013-01-101-0/+4
* | | | | | | | cleanup: use MYF() for mysys flagsSergei Golubchik2013-01-231-1/+1
* | | | | | | | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-2/+2
* | | | | | | | Merged the fix for bug mdev-4019.Igor Babaev2013-01-131-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixed bug mdev-4019.Igor Babaev2013-01-131-0/+1
* | | | | | | | | Cassandra SE mergeunknown2013-01-101-0/+1
|\ \ \ \ \ \ \ \ \