summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge of fix for bug#58553, "Queries with pushed conditions causes 'explain Jan Wedvik2011-01-111-0/+5
|\
| * Fix for bug#58553, "Queries with pushed conditions causes 'explain extended' Jan Wedvik2011-01-111-0/+5
* | MergeKent Boortz2010-12-291-1/+1
|\ \ | |/
| * MergeKent Boortz2010-12-291-1/+1
| |\
| | * - Added/updated copyright headersKent Boortz2010-12-281-1/+1
| * | Bug#56226 Table map set to 0 after altering MyISAM tableunknown2010-10-111-2/+0
* | | Bug #58730 Assertion failed: table->key_read == 0 in close_thread_table,Jon Olav Hauglid2010-12-161-5/+13
* | | Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-50/+80
* | | A fix and a test case for Bug#56540 "Exception (crash) in Konstantin Osipov2010-10-141-1/+9
* | | Follow-up for Bug #55930 Assertion `thd->transaction.stmt.is_empty()Jon Olav Hauglid2010-10-141-1/+2
* | | Bug #55930 Assertion `thd->transaction.stmt.is_empty() ||Jon Olav Hauglid2010-10-131-0/+3
* | | Reverted a temporary workaround for bug #56405 "DeadlockDmitry Lenev2010-09-301-8/+2
* | | Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-09-301-2/+8
|\ \ \
| * | | Fix compile warning about passing NULL to non-pointerDmitry Lenev2010-09-241-3/+5
| * | | A temporary workaround for bug #56405 "Deadlock in theDmitry Lenev2010-09-061-0/+4
* | | | Fix for bug #56251 "Deadlock with INSERT DELAYED and MERGEDmitry Lenev2010-09-151-2/+6
* | | | Fix for bug #55273 "FLUSH TABLE tm WITH READ LOCK for MergeDmitry Lenev2010-09-091-2/+4
* | | | Bug#27480 (Extend CREATE TEMPORARY TABLES privilegeAlexander Nozdrin2010-08-311-22/+24
* | | | Bug#27480 (Extend CREATE TEMPORARY TABLES privilegeAlexander Nozdrin2010-08-311-22/+44
* | | | Bug#27480 (Extend CREATE TEMPORARY TABLES privilegeAlexander Nozdrin2010-08-271-33/+3
|/ / /
* | | Merge from mysql-5.5-runtime to mysql-5.5-bugfixing.Jon Olav Hauglid2010-08-201-328/+333
|\ \ \
| * | | Bug #55973 Assertion `thd->transaction.stmt.is_empty()'Jon Olav Hauglid2010-08-201-2/+8
| * | | Bug #56085 Embedded server tests fails with assert inJon Olav Hauglid2010-08-191-39/+10
| * | | Merge from mysql-5.5-bugfixing to mysql-5.5-runtimeJon Olav Hauglid2010-08-181-13/+0
| |\ \ \
| * \ \ \ Manual merge from mysql-5.5-bugfixing to mysql-5.5-runtime.Jon Olav Hauglid2010-08-181-87/+0
| |\ \ \ \
| * | | | | Remove dead code.Konstantin Osipov2010-08-121-12/+2
| * | | | | Commit on behalf of Dmitry Lenev.Konstantin Osipov2010-08-121-173/+211
| |\ \ \ \ \
| | * | | | | Fix for bug #52044 "FLUSH TABLES WITH READ LOCK and FLUSHDmitry Lenev2010-07-271-144/+124
| * | | | | | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-08-111-0/+2
| * | | | | | A fix for Bug#41158 "DROP TABLE holds LOCK_open during unlink()". Konstantin Osipov2010-08-091-114/+118
| * | | | | | Part of fix for bug#52044 "FLUSH TABLES WITH READ LOCK andDmitry Lenev2010-08-061-1/+2
| * | | | | | Cleanup: remove unused declarations from sql_base.h.Konstantin Osipov2010-08-041-3/+2
* | | | | | | BUG#53452 Inconsistent behavior of binlog_direct_non_transactional_updates withAlfranio Correia2010-08-201-1/+8
| |_|_|/ / / |/| | | | |
* | | | | | WL#5370 Keep forward-compatibility when changing unknown2010-08-181-13/+0
| |_|/ / / |/| | | |
* | | | | Bug#53676: Unexpected errors and possible tableMattias Jonsson2010-08-131-81/+0
|/ / / /
* | | | Auto-merge from mysql-trunk-merge.Alexander Nozdrin2010-07-291-10/+4
|\ \ \ \
| * \ \ \ Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-201-10/+4
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-201-10/+4
* | | | | Merge trunk-bugfixing -> trunk-runtime.Konstantin Osipov2010-07-291-7/+25
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | BUG#55387: binlog.binlog_tmp_table crashes the serverLuis Soares2010-07-221-7/+25
| |/ / /
* | | | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-67/+88
* | | | merge from mysql-trunk-bugfixingJon Olav Hauglid2010-07-191-3/+3
|\ \ \ \ | |/ / /
| * | | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-13/+14
| |\ \ \
| * \ \ \ Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-021-3/+3
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-021-3/+3
| | * | | A 5.1-only version of fix for bug #46947 "Embedded SELECTDmitry Lenev2010-05-281-9/+25
| | * | | BUG#49019 Mixing self-logging eng. and regular eng. does not switch to row in...Alfranio Correia2010-05-161-36/+58
* | | | | A pre-requisite for patch fixing bug #52044 "FLUSH TABLES Dmitry Lenev2010-07-131-231/+45
* | | | | merge from mysql-trunk-bugfixingJon Olav Hauglid2010-07-131-13/+14
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-9/+9