summaryrefslogtreecommitdiff
path: root/sql/sql_db.cc
Commit message (Expand)AuthorAgeFilesLines
* Post-merge fix.unknown2004-07-231-0/+2
|\
| * sql_db.cc:unknown2004-07-231-0/+2
* | manual mergeunknown2004-07-201-1/+2
|\ \ | |/
| * Compilation failure on Windows fixed.unknown2004-07-191-1/+2
* | Fixes for bug #4571 (Windows compabilities)unknown2004-07-161-2/+1
* | VIEWunknown2004-07-161-1/+1
* | Merge with 4.1unknown2004-07-121-24/+242
|\ \ | |/
| * manual merge unknown2004-07-091-6/+6
| |\
| | * added an optimization in mysql_create_db (sql_db.cc)unknown2004-07-091-2/+2
| | * fixed Bug #4378 "create database IF NOT EXISTS thing" returns an errorunknown2004-07-081-2/+3
| * | Cleanup of db option cacheingunknown2004-07-091-59/+75
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-07-081-2/+3
| |\ \
| | * | New handler::index_flags() definition to make it easy to check the full used ...unknown2004-07-081-2/+3
| | |/
| * | WL#807 Optimize loading database options in load_db_optunknown2004-07-081-6/+207
| |/
* | After merge fixesunknown2004-07-121-1/+0
* | Merge with 4.1.3-betaunknown2004-07-071-36/+35
|\ \ | |/
| * Making DROP TABLE IF EXISTS, DROP DATABASE IF EXISTS, DELETE FROM, UPDATE be ...unknown2004-06-091-37/+35
* | Merging 4.1 to 5.0.unknown2004-05-261-2/+8
|\ \ | |/
| * 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 4.1 -> 5.0unknown2004-05-071-2/+12
|\ \ | |/
| * 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
* | | Merge 4.1 -> 5.0.unknown2004-04-071-59/+78
|\ \ \ | |/ /
| * | 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
* | | WL#1366: Use the schema (db) associated with an SP.unknown2004-03-221-0/+2
* | | WL#1366: Use the schema (db) associated with an SP.unknown2004-03-191-55/+40
* | | WL#1366: Use the schema (db) associated with an SP.unknown2004-03-111-40/+55
* | | Merge 4.1 into 5.0.unknown2004-02-101-97/+6
|\ \ \ | |/ /
| * | SHOW CREATE DATABASE moved to sql_show.cc where it belongsunknown2004-01-301-90/+1