summaryrefslogtreecommitdiff
path: root/sql/sql_db.cc
Commit message (Expand)AuthorAgeFilesLines
* A fix and a teset case for Bug#28551 The warning kostja@bodhi.(none)2007-07-051-4/+4
* Fix for BUG#27337: Privileges are not properly restored.anozdrin/alik@ibm.opbmk2007-04-031-23/+20
* Fix for BUG#25082: default database change on triggeranozdrin/alik@alik.opbmk2007-03-271-111/+213
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
* Fixed portability issue in my_thr_init.c (was added in my last push)monty@mysql.com/narttu.mysql.fi2006-11-301-1/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maintcmiller@zippy.cornsilk.net2006-10-131-0/+5
|\
| * Bug #14262: SP: DROP PROCEDURE|VIEW (maybe more) write to binlog too late \cmiller@zippy.cornsilk.net2006-10-031-0/+5
* | Fix for BUG#16211: Stored function return type for strings is ignored.anozdrin/alik@booka.2006-07-271-10/+84
|/
* A fix for Bug#19022 "Memory bug when switching db during trigger execution". konstantin@mysql.com2006-06-281-85/+74
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimekonstantin@mysql.com2006-06-271-8/+3
|\
| * A fix and a test case forkonstantin@mysql.com2006-06-271-8/+3
* | Bug#19815 - CREATE/RENAME/DROP DATABASE can deadlock on a global read lockingo@mysql.com2006-05-291-14/+46
|/
* Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.0aivanov@mysql.com2006-03-011-6/+12
|\
| * Fixed BUG #16175: Memory leak in rpl_trigger.testaivanov@mysql.com2006-03-011-5/+10
* | Add back free that I accidently removed in last patchmonty@mysql.com2006-02-251-0/+1
* | Fixed typomonty@mysql.com2006-02-251-1/+1
* | Fixed new introduced bug in binlog.test with --ps-protocolmonty@mysql.com2006-02-251-3/+4
|/
* Merge msvensson@msvensson.mysql.internal:/home/msvensson/mysql/bug15302/my50-...msvensson@devsrv-b.mysql.com2006-01-311-3/+9
|\
| * Merge neptunus.(none):/home/msvensson/mysql/bug15302/my41-bug15302msvensson@neptunus.(none)2006-01-311-3/+9
| |\
| | * Bug #15302 LOAD DATA FROM MASTER -> Packets out of order (Found: 2, expected 1)msvensson@neptunus.(none)2006-01-311-3/+10
* | | mergedserg@serg.mylan2006-01-031-54/+58
|\ \ \ | |/ / |/| |
| * | many warnings (practically safe but annoying) correctedserg@serg.mylan2006-01-031-54/+58
* | | Fixed BUG #14614: Replication of tables with trigger generatesaivanov@mysql.com2005-12-111-2/+4
|/ /
* | Fixes bug #14569. When no db is selected as current and we do create procedur...SergeyV@selena.2005-11-111-2/+11
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0msvensson@neptunus.(none)2005-09-301-1/+2
|\ \
| * | Bug #13231 mysqltest: fails to dectect when mysql_next_result failsmsvensson@neptunus.(none)2005-09-211-1/+2
* | | WL#2787 (Add view definer/owner to the view definition (.frm) to check privil...bell@sanja.is.com.ua2005-09-201-3/+3
* | | WL#2787 (part 2, ver 3 (merged)) changed securety context switchingbell@sanja.is.com.ua2005-09-151-10/+9
|/ /
* | Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1jani@a193-229-222-105.elisa-laajakaista.fi2005-09-121-1/+5
|\ \ | |/
| * Fix for bug #6008: MySQL does not create warnings when creating database and ...gluh@eagle.intranet.mysql.r18.ru2005-09-121-1/+5
* | after merge fixserg@sergbook.mysql.com2005-08-261-1/+1
* | mergedserg@sergbook.mysql.com2005-08-261-10/+8
|\ \ | |/
| * mergedserg@sergbook.mysql.com2005-08-251-10/+8
| |\
| | * after pull cleanupserg@sergbook.mysql.com2005-08-221-12/+9
* | | After merge fixesmonty@mishka.local2005-08-251-3/+3
* | | Merge mishka.local:/home/my/mysql-4.1monty@mishka.local2005-08-251-5/+68
|\ \ \ | |/ /
| * | Review fixesmonty@mishka.local2005-08-241-48/+46
| |/
| * updated patch for BUG#4680 (incomplete DROP DATABASE breaking replication). sasha@asksasha.com2005-08-181-28/+57
| * patch for BUG#4680 - drop database breaking replication if there were extra f...sasha@asksasha.com2005-08-031-5/+40
* | Fixes during review of new pushed codemonty@mishka.local2005-08-201-6/+16
* | Avoid spurious error when restoring INFORMATION_SCHEMA as the current jimw@mysql.com2005-08-111-24/+28
* | fixed conflictsreggie@mdk10.(none)2005-05-201-1/+1
|\ \ | |/
| * BUG# 9148: Denial of servicereggie@mdk10.(none)2005-05-201-1/+1
* | BUG#9455 mysqladmin status crash the servermsvensson@neptunus.(none)2005-04-141-0/+3
* | Eliminate warnings noticed by VC7. This includes fixing my_mmap() onjimw@mysql.com2005-03-181-1/+2
* | merge with 4.1monty@mysql.com2005-02-281-0/+2
|\ \ | |/
| * After review fixesramil@mysql.com2005-02-021-1/+1
| * Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ramil@mysql.com2005-02-021-0/+2
| |\
| | * A fix (bug #4802 prompt in mysql client shows wrong database after dropping d...ram@gw.mysql.r18.ru2004-10-211-0/+2
* | | Merge with global treemonty@mysql.com2005-02-251-3/+2
|\ \ \