summaryrefslogtreecommitdiff
path: root/sql/sql_base.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-2/+3
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-2/+3
| |\
| | * Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-2/+3
| | |\
| | | * MDEV-9619: Assertion `null_ref_table' failed in virtual table_map Item_direct...Oleksandr Byelkin2017-10-131-2/+3
* | | | MDEV-11597 Assertion when doing select from virtual column with impossible valueMonty2017-01-111-1/+1
* | | | cleanup: remove now-unused TABLE::merge_keysSergei Golubchik2016-12-121-2/+0
* | | | cleanup: TABLE::update_virtual_fieldsSergei Golubchik2016-12-121-2/+0
* | | | MDEV-6112 multiple triggers per tableMonty2016-10-051-1/+1
* | | | various cleanupsSergei Golubchik2016-06-301-1/+1
* | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-1/+2
* | | | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-26/+0
* | | | Code cleanupsSergey Vojtovich2016-06-101-2/+0
* | | | Merge commit 'd5822a3ad0657040114cdc185c6387b9eb3a12b2' into 10.2Monty2016-04-281-0/+4
|\ \ \ \ | |/ / /
| * | | MDEV-9621 INSERT DELAYED fails on insert for tables with many columnsMonty2016-04-071-0/+4
* | | | Fixed bug mdev-9897.Igor Babaev2016-04-141-1/+1
* | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-11/+1
|\ \ \ \
| * | | | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-1/+0
| * | | | MDEV-9488 - Table cache cleanupsSergey Vojtovich2016-02-261-10/+1
| |/ / /
* | | | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646Igor Babaev2016-02-091-2/+2
|/ / /
* | | MDEV-8605 MariaDB not use DEFAULT value even when inserted NULL for NOT NULLA...Sergei Golubchik2015-12-211-0/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-1/+0
|\ \ \ | |/ /
| * | remove unneded #include's that had a dubious explanationSergei Golubchik2015-10-241-1/+0
* | | MDEV-7951 - sql_alloc() takes 0.25% in OLTP ROSergey Vojtovich2015-05-131-1/+1
* | | Merge MDEV-7936 into 10.1Kristian Nielsen2015-04-131-0/+4
|\ \ \ | |/ /
| * | MDEV-7936: Assertion `!table || table->in_use == _current_thd()' failed on pa...Kristian Nielsen2015-04-131-0/+4
* | | MDEV-7671: Cache VIEW definitions in the TDCOleksandr Byelkin2015-03-111-12/+4
* | | MDEV-7324 - Lock-free hash for table definition cacheSergey Vojtovich2014-12-281-1/+1
* | | MDEV-7112 Split HA_CREATE_INFOAlexander Barkov2014-12-081-6/+53
* | | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-1/+2
|\ \ \ | |/ /
| * | MDEV-6050 MySQL Bug#13036505 62540: TABLE LOCKS WITHIN STORED FUNCTIONS ARE B...Sergei Golubchik2014-07-311-1/+2
* | | MDEV-4260 Don't create frm files for temporary tablesSergei Golubchik2014-06-201-1/+2
|/ /
* | Implementation of MDEV-5491: CREATE OR REPLACE TABLEMichael Widenius2014-01-291-1/+3
* | 10.0-base mergeSergei Golubchik2013-12-161-2/+4
|\ \
| * \ 5.5 mergeSergei Golubchik2013-11-231-2/+4
| |\ \ | | |/
| | * mysql-5.5.34 mergeSergei Golubchik2013-11-191-2/+4
| | |\
| | | * Fix for bug#14188793 - "DEADLOCK CAUSED BY ALTER TABLE DOEN'T CLEARDmitry Lenev2013-08-201-2/+4
* | | | MDEV-4702 - Reduce usage of LOCK_openSergey Vojtovich2013-08-141-89/+2
* | | | MDEV-4786 merge 10.0-monty -> 10.0Sergei Golubchik2013-08-121-5/+1
* | | | MDEV-4786 merge 10.0-monty -> 10.0Sergei Golubchik2013-08-121-3/+13
* | | | MDEV-4786 - merge 10.0-monty - 10.0Sergey Vojtovich2013-07-251-2/+2
* | | | 10.0-monty mergeSergei Golubchik2013-07-211-22/+50
|\ \ \ \ | |/ / / |/| | |
| * | | merge of 2876.430.11 & 2876.430.1unknown2013-06-271-4/+2
| * | | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-22/+50
* | | | optimize discovery for cases when the storage engine is known in advanceSergei Golubchik2013-04-091-2/+2
* | | | remove ha_create_table_from_engine()Sergei Golubchik2013-04-091-9/+5
* | | | handlerton::discover_table_existence() methodSergei Golubchik2013-04-091-8/+1
* | | | convenience helpers for get_table_share() and tdc_open_view().Sergei Golubchik2013-04-091-6/+41
* | | | * remove ha_check_if_table_exists() and get_table_share_with_discover().Sergei Golubchik2013-04-091-3/+8
* | | | * don't use 1-8 numbers for open_table_error codes, use an enum.Sergei Golubchik2013-04-091-1/+2
* | | | don't use I_S constants for open_table_def and get_table_share,Sergei Golubchik2013-04-091-1/+1