summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-40/+79
|\
| * Don't give warning if there are two unique keys used with INSERT .. ON DUPLIC...Michael Widenius2014-09-161-0/+2
| * Fixed two bugs with CREATE OR REPLACE and LOCK TABLES:Michael Widenius2014-09-081-3/+4
| * MDEV-6050 MySQL Bug#13036505 62540: TABLE LOCKS WITHIN STORED FUNCTIONS ARE B...Sergei Golubchik2014-07-311-37/+70
| * MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallelunknown2014-06-031-0/+3
* | cleanup: rename List<> methodsSergei Golubchik2014-10-101-1/+1
* | cleanup: galera misc cleanupsSergei Golubchik2014-10-101-30/+23
* | cleanup: simplify the usage of WSREP_FORMAT macroSergei Golubchik2014-10-101-3/+2
* | Removed files that had been accidentally committedMonty2014-10-071-2/+2
* | fixing embedded: WaaS. Wsrep as a Service.Sergei Golubchik2014-10-011-1/+1
* | cleanup: galera merge, simple changesSergei Golubchik2014-10-011-2/+0
* | MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-4/+38
* | MDEV-4260 Don't create frm files for temporary tablesSergei Golubchik2014-06-201-1/+13
|/
* 5.5 mergeSergei Golubchik2014-05-091-46/+75
|\
| * merge 5.5->5.3unknown2014-05-071-46/+71
| |\
| | * MDEV-5981: name resolution issues with views and multi-update in ps-protocolunknown2014-05-011-46/+73
| | * Merge MDEV-6067 from 5.2 to 5.3.unknown2014-04-111-1/+0
| | |\
| | | * MDEV-6067: Partitioned table DML sometimes binlogged without XID eventunknown2014-04-111-1/+0
| | * | 5.2 mergeSergei Golubchik2014-03-161-2/+2
| | |\ \ | | | |/
| | | * 5.1 mergeSergei Golubchik2014-03-161-2/+2
| | | |\
| | | | * mysql-5.1.73 mergeSergei Golubchik2014-03-151-2/+2
| | | | |\
| | | | | * Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
| | | | | * Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1
| | | * | | 5.1 mergeSergei Golubchik2014-01-281-5/+2
| | | |\ \ \ | | | | |/ /
| * | | | | Added new states to be able to better diagnose where server hangs.Michael Widenius2014-05-031-2/+4
* | | | | | MDEV-5930 Server crashes in thd_get_ha_data on CREATE OR REPLACE TABLEMichael Widenius2014-03-231-3/+0
* | | | | | MDEV-5850: MySQL Bug#21317: SHOW CREATE DATABASE does not obey to lower_case_...Michael Widenius2014-03-231-3/+1
* | | | | | 5.5 mergeSergei Golubchik2014-03-261-0/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 5.3-mergeSergei Golubchik2014-03-161-0/+11
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-5740: Assertion `!derived->first_select()->exclude_from_table_unique_tes...unknown2014-03-071-0/+11
* | | | | | MDEV-5894 MySQL BUG#34750: Print database name in Unknown Table error messageSergei Golubchik2014-03-201-2/+9
* | | | | | MDEV-5864 - Reduce usage of LOCK_open: TABLE_SHARE::tdc.free_tablesSergey Vojtovich2014-03-201-11/+9
* | | | | | MDEV-5854 Interrupted CREATE OR REPLACE is written into binlog, and in a wron...Michael Widenius2014-03-191-0/+6
* | | | | | MDEV-5619: CREATE OR REPLACE does not release MDL_EXCLUSIVE upon failureMichael Widenius2014-03-121-0/+32
* | | | | | MDEV-5675 - Performance: my_hash_sort_bin is called too oftenSergey Vojtovich2014-03-061-1/+3
* | | | | | Fixed that rpl_row_create_table can be run with --ps-protocolMichael Widenius2014-02-221-0/+2
* | | | | | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-3/+4
* | | | | | MDEV-5492 - Reduce usage of LOCK_open: TABLE::in_useSergey Vojtovich2014-02-131-9/+13
* | | | | | MDEV-5602: CREATE OR REPLACE obtains stricter locks than the connection had b...Michael Widenius2014-02-051-0/+5
* | | | | | Automatic mergeMichael Widenius2014-02-051-66/+157
|\ \ \ \ \ \
| * | | | | | Fixes for CREATE_OR_REPLACEMichael Widenius2014-01-311-1/+5
| * | | | | | Implementation of MDEV-5491: CREATE OR REPLACE TABLEMichael Widenius2014-01-291-65/+152
* | | | | | | 10.0-base mergeSergei Golubchik2014-02-031-30/+40
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | 5.5 mergeSergei Golubchik2014-02-011-31/+46
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Fixed that setup_natural_join_row_types can safely be called twiceMichael Widenius2014-01-261-1/+12
| | * | | | | merge 5.3->5.5unknown2014-01-261-10/+4
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | merge of MDEV-5356 5.1->5.3 (with more fixes and test suite).unknown2014-01-231-10/+4
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | MDEV-5356: Server crashes in Item_equal::contains on 2nd execution of a PSunknown2014-01-231-5/+2
| | * | | | | Fix for MDEV-5531: double call procedure in one session - hard shutdown the s...Michael Widenius2014-01-241-23/+37
* | | | | | | 10.0-base mergeSergei Golubchik2013-12-161-24/+24
|\ \ \ \ \ \ \ | |/ / / / / /