summaryrefslogtreecommitdiff
path: root/sql/sql_base.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Oleksandr Byelkin2019-06-141-11/+3
|\
| * Merge branch '10.1' into 10.2Oleksandr Byelkin2019-06-131-11/+3
| |\
| | * Merge branch '5.5' into 10.1Oleksandr Byelkin2019-06-121-11/+3
| | |\
| | | * MDEV-19491 update query stopped working after mariadb upgrade 10.2.23 -> 10.2.24Sergei Golubchik2019-06-011-0/+2
| | | * cleanupSergei Golubchik2019-06-011-11/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\ \ | | | |/
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-1/+16
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-1/+16
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.1Sergei Golubchik2019-04-261-1/+16
| | |\ \ | | | |/
| | | * cleanupSergei Golubchik2019-04-241-1/+15
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-1/+5
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-1/+5
| |\ \ \ | | |/ /
| | * | Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-061-0/+2
| | |\ \
| | | * | MDEV-16465 Invalid (old?) table or database name or hang in ha_innobase::dele...Sergei Golubchik2018-09-041-0/+2
| | * | | MDEV-15890 Strange error message if you try to FLUSH TABLES <view> after LOCK...Alexey Botchkov2018-09-021-1/+2
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-07-231-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-16192 Table 't' is specified twice, both as a target for 'CREATE' and...Sachin2018-07-181-0/+1
* | | | | Merge branch 'github/10.2' into 10.3Sergei Golubchik2018-05-221-1/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-201-1/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-191-1/+5
| | |\ \ \ | | | |/ /
| | | * | MDEV-11129 CREATE OR REPLACE TABLE t1 AS SELECT spfunc() crashes if spfunc() ...Monty2018-05-161-1/+5
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-171-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-14695: Assertion `n < m_size' failed in Bounds_checked_array<Element_typ...Varun Gupta2018-05-161-2/+3
* | | | | MDEV-15465 Server crash or ASAN heap-use-after-free in Item_func_match::clean...Alexey Botchkov2018-05-151-0/+1
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-04-241-0/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-0/+2
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-201-0/+2
| | | |\ \ | | | | |/
| | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-04-191-0/+2
| | | | |\
| | | | | * BUG#27216817: INNODB: FAILING ASSERTION:mysql-5.5.60Nisha Gopalakrishnan2018-02-261-2/+3
| | | | | * Fix for bug#14188793 - "DEADLOCK CAUSED BY ALTER TABLE DOEN'T CLEARDmitry Lenev2013-08-201-2/+4
| | | | | * Bug #15954872 "MAKE MDL SUBSYSTEM AND TABLE DEFINITION CACHEDmitry Lenev2012-12-111-1/+26
| | | | | * Bug #11764779 (former 57649)Jon Olav Hauglid2011-03-071-2/+2
| | | | | * Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-3/+23
| | | | | * Remove a dead declaration.Konstantin Osipov2010-10-271-1/+0
| | | | | * Reverted a temporary workaround for bug #56405 "DeadlockDmitry Lenev2010-09-301-2/+0
| | | | | * Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-09-301-0/+2
| | | | | |\
| | | | | | * A temporary workaround for bug #56405 "Deadlock in theDmitry Lenev2010-09-061-0/+2
| | | | | * | Fix for bug #56251 "Deadlock with INSERT DELAYED and MERGEDmitry Lenev2010-09-151-1/+12
| | | | | * | Fix for bug #55273 "FLUSH TABLE tm WITH READ LOCK for MergeDmitry Lenev2010-09-091-0/+5
| | | | | * | Bug#27480 (Extend CREATE TEMPORARY TABLES privilegeAlexander Nozdrin2010-08-311-2/+3
| | | | | * | Remove unused enum (enum open_table_mode).Alexander Nozdrin2010-08-311-1/+0
| | | | | * | Bug#27480 (Extend CREATE TEMPORARY TABLES privilegeAlexander Nozdrin2010-08-311-2/+5
| | | | | |/
| | | | | * Merge from mysql-5.5-runtime to mysql-5.5-bugfixing.Jon Olav Hauglid2010-08-201-35/+83
| | | | | |\
| | | | | | * Bug #56085 Embedded server tests fails with assert inJon Olav Hauglid2010-08-191-0/+30
| | | | | | * Manual merge from mysql-5.5-bugfixing to mysql-5.5-runtime.Jon Olav Hauglid2010-08-181-1/+0
| | | | | | |\
| | | | | | * | Extract reload_acl_and_cache() and flush_tables_with_read_lock()Konstantin Osipov2010-08-131-0/+43