summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17883: CREATE TABLE IF NOT EXISTS locking changes in 10.3.10Jan Lindström2019-05-031-4/+5
* Merge branch '5.5' into 10.1Oleksandr Byelkin2019-05-021-2/+1
|\
| * MDEV-19349 mysql_install_db: segfault at tmp_file_prefix checkAleksey Midenkov2019-05-011-7/+1
* | Merge branch '5.5' into 10.1Sergei Golubchik2019-04-261-41/+51
|\ \ | |/
| * MDEV-18507 can't update temporary table when joined with table with triggers ...Sergei Golubchik2019-04-241-1/+1
| * cleanupSergei Golubchik2019-04-241-43/+52
* | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-78/+0
|\ \
| * | Remove unused code.Sergey Vojtovich2018-10-191-70/+0
* | | wsrep: create a macro for the error: labelSergei Golubchik2018-10-241-0/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2018-09-231-1/+2
|\ \ \ | |/ /
| * | MDEV-14410 - Assertion `table->pos_in_locked_tables == __null ||Sergey Vojtovich2018-09-181-1/+2
* | | MDEV-15845 Test failure on galera.galera_concurrent_ctasmkaruza2018-09-121-0/+4
* | | Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-061-1/+78
|\ \ \ | |/ /
| * | MDEV-16465 Invalid (old?) table or database name or hang in ha_innobase::dele...Sergei Golubchik2018-09-041-2/+2
| * | create a reusable function that tells what FK actions can writeSergei Golubchik2018-09-041-3/+2
| * | MDEV-12669 Circular foreign keys cause a loop and OOM upon LOCK TABLESergei Golubchik2018-09-041-2/+3
| * | extend prelocking to FK-accessed tablesSergei Golubchik2018-09-041-0/+65
| * | Merge branch '5.5' into 10.0bb-10.0-merge-sanjaOleksandr Byelkin2018-09-031-1/+13
| |\ \ | | |/
| | * MDEV-16957: Server crashes in Field_iterator_natural_join::next upon 2nd exec...Oleksandr Byelkin2018-08-311-1/+13
* | | MDEV-15890 Strange error message if you try to FLUSH TABLES <view> after LOCK...Alexey Botchkov2018-09-021-55/+87
* | | Merge branch '10.0' into bb-10.1-mergebb-10.1-merge-sanjaOleksandr Byelkin2018-07-191-5/+7
|\ \ \ | |/ /
| * | Merge branch '5.5' into bb-10.0-mergeOleksandr Byelkin2018-07-171-5/+7
| |\ \ | | |/
| | * Fixed MDEV-16512, crashing on re-execution of failing SPMichael Widenius2018-06-271-5/+7
* | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-06-121-0/+3
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-06-101-0/+3
| |\ \ | | |/
| | * Catch of OOM situation.Oleksandr Byelkin2018-06-061-0/+3
* | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-191-18/+28
|\ \ \ | |/ /
| * | MDEV-11129 CREATE OR REPLACE TABLE t1 AS SELECT spfunc() crashes if spfunc() ...Sergei Golubchik2018-05-191-1/+1
| * | MDEV-11129 CREATE OR REPLACE TABLE t1 AS SELECT spfunc() crashes if spfunc() ...Monty2018-05-161-18/+28
* | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-051-3/+0
|\ \ \ | |/ /
| * | MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ...Sergei Golubchik2018-04-261-3/+0
* | | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-5/+21
|\ \ \ | |/ /
| * | MDEV-10824 - Crash in CREATE OR REPLACE TABLE t1 AS SELECT spfunc()Sergei Golubchik2018-04-211-1/+2
| * | MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ...Sergei Golubchik2018-04-201-4/+19
* | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+10
|\ \ \ | |/ /
| * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+11
| |\ \ | | |/
| | * MDEV-14743: Server crashes in Item_func_match::init_searchOleksandr Byelkin2018-01-121-1/+11
* | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-1/+6
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-1/+6
| |\ \ | | |/
| | * MDEV-9619: Assertion `null_ref_table' failed in virtual table_map Item_direct...Oleksandr Byelkin2017-10-131-1/+6
* | | MDEV-13179 main.errors fails with wrong errnoMonty2017-08-071-2/+2
* | | MDEV-8075: DROP TEMPORARY TABLE not marked as ddl, causing optimistic paralle...Kristian Nielsen2017-07-031-0/+1
* | | Merge 10.0 into 10.1Marko Mäkelä2017-03-031-1/+1
|\ \ \ | |/ /
| * | MDEV-11935: Queries in stored procedures with and EXISTS(SELECT * FROM VIEW) ...Oleksandr Byelkin2017-02-271-1/+1
* | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-12/+4
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-01-141-12/+4
| |\ \ | | |/
| | * MDEV-11706 Assertion `is_stat_field || !table || (!table->write_set || bitmap...Sergei Golubchik2017-01-111-12/+4
* | | MDEV-11152: wsrep_replicate_myisam: SELECT gets replicated using TONirbhay Choubey2016-11-021-8/+16
* | | MDEV-10957: Assertion failure when dropping a myisam table with wsrep_replica...Nirbhay Choubey2016-11-021-0/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-281-0/+1
|\ \ \ | |/ /