summaryrefslogtreecommitdiff
path: root/sql/sql_base.h
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * 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
| | | | | |/ /
| | | | | * | Merge trunk-bugfixing -> trunk-runtime.Konstantin Osipov2010-07-291-1/+1
| | | | | |\ \ | | | | | | |/ | | | | | |/|
| | | | | | * BUG#55387: binlog.binlog_tmp_table crashes the serverLuis Soares2010-07-221-1/+1
| | | | | * | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-0/+1
| | | | | * | A follow-up for 5.5 version of fix for bug#54360 "Deadlock Dmitry Lenev2010-07-011-2/+0
| | | | | * | A 5.5 version of the fix for Bug #54360 "Deadlock DROP/ALTER/CREATEJon Olav Hauglid2010-07-011-7/+3
| | | | | |/
| | | | | * WL#5419 "LOCK_open scalability: make tdc_refresh_version Konstantin Osipov2010-06-111-0/+1
| | | | | * A pre-requisite for WL#5419 "LOCK_open scalability: Konstantin Osipov2010-06-101-1/+1
| | | | | * Patch that changes approach to how we acquire metadataDmitry Lenev2010-06-071-4/+2
| | | | | * manual merge from mysql-trunk-bugfixingJon Olav Hauglid2010-06-061-1/+1
| | | | | |\
| | | | | | * Auto-merge from mysql-trunk.Alexander Nozdrin2010-05-281-1/+1
| | | | | | |\
| | | | | | | * Manual merge from mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-05-111-1/+1
| | | | | * | | A follow up patch for the fix for Bug#51263 "Deadlock betweenKonstantin Osipov2010-06-011-11/+14
| | | | | * | | A follow up patch for the fix for Bug#51263 "Deadlock betweenKonstantin Osipov2010-06-011-0/+164
| | | | | |/ /
| | | | | * | Small clean-up. Removed standalone enum_open_table_action enumDmitry Lenev2010-05-131-3/+0
| | | | | * | Committing on behalf or Dmitry Lenev:Konstantin Osipov2010-04-281-1/+3
| | | | | |/
| | | | | * A post-fix patch for WL#4877/WL#5030:Alexander Nozdrin2010-04-121-3/+3
| | | | | * WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-0/+359
* | | | | cleanup: renamesSergei Golubchik2018-02-121-4/+4
* | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-2/+2
* | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-15/+6
* | | | | MDEV 13679 Enabled sequences to be used in DEFAULTMonty2017-12-221-0/+2
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-301-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | 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