summaryrefslogtreecommitdiff
path: root/sql/sql_db.cc
Commit message (Expand)AuthorAgeFilesLines
* Making DROP TABLE IF EXISTS, DROP DATABASE IF EXISTS, DELETE FROM, UPDATE be ...unknown2004-06-091-37/+35
* Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-241-1/+7
|\
| * Fix for bug #3691 (libmysqld reports error 2 on CREATE DATABASE unknown2004-05-241-1/+7
* | Fix for bug which caused grant.test fail on darwin7.3. We were converting db ...unknown2004-05-221-1/+1
|/
* Merge with 4.0.19unknown2004-05-051-1/+6
|\
| * don't rely on readdir() returning . and .. firstunknown2004-05-041-1/+6
* | Merge with 4.0unknown2004-04-261-1/+6
|\ \ | |/
| * A fix for the error message when database can not be dropped due tounknown2004-03-301-1/+6
* | sql_db.cc:unknown2004-03-291-0/+2
* | After merge fixes + simple optimizationsunknown2004-03-261-5/+5
* | aliases should be compared with my_strcasecmp (BUG#3251)unknown2004-03-221-1/+2
* | DROP DATABASE now returns (affected_rows) number of tables droppedunknown2004-03-191-3/+0
* | Merge bk-internal:/home/bk/mysql-4.1/unknown2004-03-181-0/+3
|\ \
| * | make DROP DATABASE to behave as documented in the manual - to report number o...unknown2004-03-181-0/+3
* | | After merge fixesunknown2004-03-171-4/+2
* | | merge with 4.0unknown2004-03-161-36/+34
|\ \ \ | |/ / |/| / | |/
| * Fixes to newly pushed codeunknown2004-03-121-2/+2
| * Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-03-121-1/+1
| |\
| | * fixed Bug #2985 unknown2004-03-051-1/+1
| * | Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)unknown2004-03-101-30/+35
| |/
* | Portability fixesunknown2004-03-051-1/+2
* | Safety fixes (strnmov -> strmake)unknown2004-02-201-6/+7
* | After merge fixesunknown2004-02-161-1/+1
* | Merge with 4.0.18unknown2004-02-111-8/+26
|\ \ | |/
| * Added testing of pthread_key_delete (to fix compile problem on SCO) (Bug #2461)unknown2004-02-051-2/+5
| * Some small portability fixes.unknown2003-12-301-6/+23
* | SHOW CREATE DATABASE moved to sql_show.cc where it belongsunknown2004-01-301-90/+1
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-01-171-2/+3
|\ \
| * | fixed length of current database name if it is dropped (BUG#1986)unknown2003-12-041-2/+3
* | | Fix for BUG#2333 "ALTER DATABASE on inexistent database hangs the client":unknown2004-01-121-5/+2
* | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-12-191-4/+4
|\ \ \
| * | | Fix for Bug#2151:unknown2003-12-191-4/+4
| |/ /
* | | Merge with 4.0.17unknown2003-12-171-0/+2
|\ \ \ | |/ / |/| / | |/
| * Fix for BUG#2083unknown2003-12-161-0/+2
* | Fixed memory leak with RAID tablesunknown2003-11-211-3/+9
* | Merge key cache structures to oneunknown2003-11-201-1/+0
* | Delete duplicate error message namesunknown2003-11-181-2/+2
* | mergeunknown2003-11-181-16/+20
|\ \
| * | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSunknown2003-11-181-16/+20
* | | word substitution in error messages removed - can create problems for i18nunknown2003-11-181-2/+2
|/ /
* | Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_...unknown2003-11-031-2/+2
* | removed one more hack that - as usual - almost always workedunknown2003-10-241-4/+2
* | Indentation cleanupsunknown2003-10-081-7/+7
* | Many files:unknown2003-10-071-1/+1
* | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-09-291-2/+24
|\ \
| * | A fix of the fix for BUG#1209 (was: SELECT DATABASE() still shows dropped dat...unknown2003-09-261-2/+24
* | | SCRUM:unknown2003-09-261-2/+6
|/ /
* | New SQL variables "collation_server" and "collation_database"unknown2003-09-151-6/+6
* | Fix for the fix for the bug #1209: SELECT DATABASE().unknown2003-09-101-0/+3
* | Fix for the bug #1209: SELECT DATABASE().unknown2003-09-081-0/+2