summaryrefslogtreecommitdiff
path: root/sql/sql_db.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed that when using a trigger mysql.proc is now accessedMichael Widenius2011-10-061-0/+1
* Merge with MySQL 5.1.55Michael Widenius2011-02-201-8/+23
|\
| * Fixed bug#54486 - assert in my_seek, concurrentDmitry Shulga2010-12-101-8/+23
* | Merge with MySQL 5.1.53Michael Widenius2010-11-251-0/+6
|\ \ | |/
| * Bug #46941 crash with lower_case_table_names=2 and foreign key Magne Mahre2010-10-191-0/+6
* | Merge with MySQL 5.1.49Michael Widenius2010-08-021-0/+36
|\ \ | |/
| * Bug #54360 Deadlock DROP/ALTER/CREATE DATABASE with open HANDLERJon Olav Hauglid2010-06-261-0/+36
* | Fixes for Opensolaris (to get buildbot green)Michael Widenius2010-06-231-6/+3
* | Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-18/+33
|\ \ | |/
| * Fix for compiler warnings:Davi Arnaut2010-01-281-1/+1
| * Backport Bug#37148 to 5.1He Zhenxing2010-01-241-9/+26
| * Bug#49501 Inefficient information_schema check (system collation), addonSergey Glukhov2010-01-221-1/+1
| * Bug#49501 Inefficient information_schema check (system collation)Sergey Glukhov2010-01-191-3/+2
| * Merge Bug#45520 fix from 5.0-bugteamHe Zhenxing2009-12-091-6/+5
| |\
| | * BUG#45520 rpl_killed_ddl fails sporadically in pb2He Zhenxing2009-12-091-2/+3
* | | Merge with MySQL 5.1, with following additions:unknown2009-11-161-10/+14
|\ \ \ | |/ /
| * | Bug #40877: multi statement execution fails in 5.1.30Georgi Kodinov2009-10-161-9/+9
| * | Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-09-231-3/+3
| * | Bug#42364 SHOW ERRORS returns empty resultset after dropping non existent tableSergey Glukhov2009-09-171-0/+4
* | | Merge MySQL 5.1.39 into MariaDB 5.1.unknown2009-10-151-4/+3
|\ \ \ | |/ /
| * | BUG#45574 CREATE IF NOT EXISTS is not binlogged if the object existsunknown2009-08-131-4/+3
* | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-15/+19
|\ \ \ | |/ /
| * | Bug#44834 strxnmov is expected to behave as you'd expectSergey Glukhov2009-06-191-9/+9
| * | BUG#41948 Query_log_event constructor needlessly contortedHe Zhenxing2009-05-301-6/+9
| * | Manually merge BUG#37145 to 5.1-bugteamHe Zhenxing2009-04-091-5/+6
| |\ \ | | |/
| | * BUG#37145 Killing a statement doing DDL may log binlog event with error code ...He Zhenxing2009-03-271-4/+4
| | * Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-9/+9
* | | Merge with base MySQL 5.1Michael Widenius2009-02-151-1/+0
|\ \ \ | |/ /
| * | merge 5.1 --> 5.1-rplAlfranio Correia2008-12-131-2/+0
| |\ \
| * \ \ Merging 5.1 main into 5.1-rplMats Kindahl2008-10-231-4/+13
| |\ \ \
| * \ \ \ Merge 5.1 main -> 5.1-rplHe Zhenxing2008-09-061-2/+7
| |\ \ \ \
| * | | | | Bug #38773: DROP DATABASE cause switch to stmt-mode when there are temporary ...Mats Kindahl2008-08-201-8/+15
* | | | | | Fixed compiler warnings found by gcc 4.3.2Michael Widenius2009-01-311-7/+3
| |_|_|/ / |/| | | |
* | | | | manual merge 5.0-bugteam --> 5.1-bugteam (bug 40021)Gleb Shchepa2008-11-141-2/+0
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Bug #40021: Renaming view fails, archived .frm for view isGleb Shchepa2008-11-141-2/+0
* | | | manual merge 5.0-bugteam --> 5.1-bugteamGleb Shchepa2008-09-301-4/+13
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fixed bug #17823: 'arc' directories inside database directories.Gleb Shchepa2008-09-301-4/+13
* | | Bug #38773: DROP DATABASE cause switch to stmt-mode when there are temporaryMats Kindahl2008-08-271-7/+20
| |/ |/|
* | Bug#35997 Event scheduler seems to let the server crash, if it is embedded.unknown2008-05-091-0/+2
* | Merge mysql.com:/misc/mysql/mysql-5.1unknown2008-03-271-1/+1
|\ \
| * \ Merge magare.gmz:/home/kgeorge/mysql/autopush/B26461-5.0-optunknown2008-03-211-1/+1
| |\ \ | | |/
| | * Bug #26461: Intrinsic data type bool (1 byte) redefined to BOOL (4 bytes)unknown2008-03-211-1/+1
* | | Bug#26703: DROP DATABASE fails if database contains a #mysql50# \unknown2008-03-121-2/+7
|/ /
* | Rename send_ok to my_ok. Similarly to my_error, it only records the status,unknown2008-02-191-5/+5
* | Merge kaamos.(none):/data/src/mysql-5.1unknown2008-01-101-1/+1
|\ \
| * \ Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-optunknown2007-12-171-1/+1
| |\ \
| | * | Bug#31752: check strmake() boundsunknown2007-11-261-1/+1
* | | | Merge station.:/mnt/raid/alik/MySQL/devel/5.1unknown2007-12-141-0/+1
|\ \ \ \ | |/ / /
| * | | Merge mysql.com:/home/gluh/MySQL/Merge/5.1unknown2007-12-131-0/+1
| |\ \ \
| | * | | Bug#30152 MySQLD crash duing alter table causes DROP DATABASE to FAIL due to ...unknown2007-11-231-0/+1
| | |/ /