summaryrefslogtreecommitdiff
path: root/sql/sql_base.h
Commit message (Expand)AuthorAgeFilesLines
* Added new MDL_BACKUP locks for all backup stagesMonty2018-12-091-6/+13
* Optimize flush tables with read lock (FTWRL) to not wait for select'sMonty2018-12-091-0/+2
* Simple cleanups (no logic changes)Monty2018-12-091-4/+0
* Merge 10.3 into 10.4Marko Mäkelä2018-10-051-1/+5
|\
| * 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 remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-07-251-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-2/+4
|/ / / /
* | | | 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
| | | | | | * | Remove dead code.Konstantin Osipov2010-08-121-2/+1
| | | | | | * | Commit on behalf of Dmitry Lenev.Konstantin Osipov2010-08-121-8/+5
| | | | | | |\ \
| | | | | | | * | Fix for bug #52044 "FLUSH TABLES WITH READ LOCK and FLUSHDmitry Lenev2010-07-271-8/+3
| | | | | | * | | A fix for Bug#41158 "DROP TABLE holds LOCK_open during unlink()". Konstantin Osipov2010-08-091-5/+4
| | | | | | * | | Cleanup: remove unused declarations from sql_base.h.Konstantin Osipov2010-08-041-27/+0
| | | | | * | | | BUG#53452 Inconsistent behavior of binlog_direct_non_transactional_updates withAlfranio Correia2010-08-201-1/+1
| | | | | | |_|/ | | | | | |/| |
| | | | | * | | Bug#53676: Unexpected errors and possible tableMattias Jonsson2010-08-131-8/+0
| | | | | |/ /