Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed non-used variable | miguel@hegel.txg.br | 2004-08-17 | 1 | -1/+0 |
* | A small fix to understand 4.1.0 format. | bar@mysql.com | 2004-07-27 | 1 | -3/+10 |
* | sql_db.cc: | bar@mysql.com | 2004-07-23 | 1 | -0/+2 |
* | Compilation failure on Windows fixed. | konstantin@mysql.com | 2004-07-19 | 1 | -1/+2 |
* | manual merge | vva@eagle.mysql.r18.ru | 2004-07-09 | 1 | -6/+6 |
|\ | |||||
| * | added an optimization in mysql_create_db (sql_db.cc) | vva@eagle.mysql.r18.ru | 2004-07-09 | 1 | -2/+2 |
| * | fixed Bug #4378 "create database IF NOT EXISTS thing" returns an error | vva@eagle.mysql.r18.ru | 2004-07-08 | 1 | -2/+3 |
* | | Cleanup of db option cacheing | monty@mysql.com | 2004-07-09 | 1 | -59/+75 |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-07-08 | 1 | -2/+3 |
|\ \ | |||||
| * | | New handler::index_flags() definition to make it easy to check the full used ... | monty@mysql.com | 2004-07-08 | 1 | -2/+3 |
| |/ | |||||
* | | WL#807 Optimize loading database options in load_db_opt | bar@mysql.com | 2004-07-08 | 1 | -6/+207 |
|/ | |||||
* | Making DROP TABLE IF EXISTS, DROP DATABASE IF EXISTS, DELETE FROM, UPDATE be ... | guilhem@mysql.com | 2004-06-09 | 1 | -37/+35 |
* | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | hf@deer.(none) | 2004-05-24 | 1 | -1/+7 |
|\ | |||||
| * | Fix for bug #3691 (libmysqld reports error 2 on CREATE DATABASE | hf@deer.(none) | 2004-05-24 | 1 | -1/+7 |
* | | Fix for bug which caused grant.test fail on darwin7.3. We were converting db ... | dlenev@brandersnatch.localdomain | 2004-05-22 | 1 | -1/+1 |
|/ | |||||
* | Merge with 4.0.19 | monty@mysql.com | 2004-05-05 | 1 | -1/+6 |
|\ | |||||
| * | don't rely on readdir() returning . and .. first | serg@serg.mylan | 2004-05-04 | 1 | -1/+6 |
* | | Merge with 4.0 | monty@mishka.local | 2004-04-26 | 1 | -1/+6 |
|\ \ | |/ | |||||
| * | A fix for the error message when database can not be dropped due to | Sinisa@sinisa.nasamreza.org | 2004-03-30 | 1 | -1/+6 |
* | | sql_db.cc: | bar@bar.intranet.mysql.r18.ru | 2004-03-29 | 1 | -0/+2 |
* | | After merge fixes + simple optimizations | monty@mysql.com | 2004-03-26 | 1 | -5/+5 |
* | | aliases should be compared with my_strcasecmp (BUG#3251) | bell@sanja.is.com.ua | 2004-03-22 | 1 | -1/+2 |
* | | DROP DATABASE now returns (affected_rows) number of tables dropped | serg@serg.mylan | 2004-03-19 | 1 | -3/+0 |
* | | Merge bk-internal:/home/bk/mysql-4.1/ | serg@serg.mylan | 2004-03-18 | 1 | -0/+3 |
|\ \ | |||||
| * | | make DROP DATABASE to behave as documented in the manual - to report number o... | serg@serg.mylan | 2004-03-18 | 1 | -0/+3 |
* | | | After merge fixes | monty@mysql.com | 2004-03-17 | 1 | -4/+2 |
* | | | merge with 4.0 | monty@mysql.com | 2004-03-16 | 1 | -36/+34 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Fixes to newly pushed code | monty@mysql.com | 2004-03-12 | 1 | -2/+2 |
| * | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0 | vva@eagle.mysql.r18.ru | 2004-03-12 | 1 | -1/+1 |
| |\ | |||||
| | * | fixed Bug #2985 | vva@eagle.mysql.r18.ru | 2004-03-05 | 1 | -1/+1 |
| * | | Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882) | monty@mysql.com | 2004-03-10 | 1 | -30/+35 |
| |/ | |||||
* | | Portability fixes | monty@mysql.com | 2004-03-05 | 1 | -1/+2 |
* | | Safety fixes (strnmov -> strmake) | monty@mysql.com | 2004-02-20 | 1 | -6/+7 |
* | | After merge fixes | monty@mysql.com | 2004-02-16 | 1 | -1/+1 |
* | | Merge with 4.0.18 | monty@mysql.com | 2004-02-11 | 1 | -8/+26 |
|\ \ | |/ | |||||
| * | Added testing of pthread_key_delete (to fix compile problem on SCO) (Bug #2461) | monty@mysql.com | 2004-02-05 | 1 | -2/+5 |
| * | Some small portability fixes. | monty@mysql.com | 2003-12-30 | 1 | -6/+23 |
* | | SHOW CREATE DATABASE moved to sql_show.cc where it belongs | serg@serg.mylan | 2004-01-30 | 1 | -90/+1 |
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2004-01-17 | 1 | -2/+3 |
|\ \ | |||||
| * | | fixed length of current database name if it is dropped (BUG#1986) | bell@sanja.is.com.ua | 2003-12-04 | 1 | -2/+3 |
* | | | Fix for BUG#2333 "ALTER DATABASE on inexistent database hangs the client": | guilhem@gbichot2 | 2004-01-12 | 1 | -5/+2 |
* | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | bar@bar.intranet.mysql.r18.ru | 2003-12-19 | 1 | -4/+4 |
|\ \ \ | |||||
| * | | | Fix for Bug#2151: | bar@bar.intranet.mysql.r18.ru | 2003-12-19 | 1 | -4/+4 |
| |/ / | |||||
* | | | Merge with 4.0.17 | monty@mysql.com | 2003-12-17 | 1 | -0/+2 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Fix for BUG#2083 | guilhem@mysql.com | 2003-12-16 | 1 | -0/+2 |
* | | Fixed memory leak with RAID tables | monty@mysql.com | 2003-11-21 | 1 | -3/+9 |
* | | Merge key cache structures to one | monty@mysql.com | 2003-11-20 | 1 | -1/+0 |
* | | Delete duplicate error message names | monty@mashka.mysql.fi | 2003-11-18 | 1 | -2/+2 |
* | | merge | monty@mashka.mysql.fi | 2003-11-18 | 1 | -16/+20 |
|\ \ | |||||
| * | | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS | monty@mashka.mysql.fi | 2003-11-18 | 1 | -16/+20 |