Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed one more hack that - as usual - almost always worked | serg@serg.mylan | 2003-10-24 | 1 | -4/+2 |
* | Indentation cleanups | monty@narttu.mysql.fi | 2003-10-08 | 1 | -7/+7 |
* | Many files: | heikki@hundin.mysql.fi | 2003-10-07 | 1 | -1/+1 |
* | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | hf@deer.(none) | 2003-09-29 | 1 | -2/+24 |
|\ | |||||
| * | A fix of the fix for BUG#1209 (was: SELECT DATABASE() still shows dropped dat... | guilhem@gbichot2 | 2003-09-26 | 1 | -2/+24 |
* | | SCRUM: | hf@deer.(none) | 2003-09-26 | 1 | -2/+6 |
|/ | |||||
* | New SQL variables "collation_server" and "collation_database" | bar@bar.mysql.r18.ru | 2003-09-15 | 1 | -6/+6 |
* | Fix for the fix for the bug #1209: SELECT DATABASE(). | ram@mysql.r18.ru | 2003-09-10 | 1 | -0/+3 |
* | Fix for the bug #1209: SELECT DATABASE(). | ram@mysql.r18.ru | 2003-09-08 | 1 | -0/+2 |
* | A new separate error message: Unknown collation 'blablabla' | bar@bar.mysql.r18.ru | 2003-07-29 | 1 | -1/+1 |
* | now GRANT db.* ... compares patterns correctly to prevent privilege escalation | serg@serg.mylan | 2003-07-22 | 1 | -7/+7 |
* | character_set_server is now updatable | bar@bar.mysql.r18.ru | 2003-05-30 | 1 | -16/+28 |
* | After merge fixes | monty@mashka.mysql.fi | 2003-05-21 | 1 | -2/+2 |
* | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 1 | -5/+20 |
|\ | |||||
| * | Fixed a bug in DROP DATABASE when database had a RAID type table. | jani@hynda.(none) | 2003-05-13 | 1 | -3/+18 |
| * | CURRENT_USER() and "access denied" error messages now report hostname exactly... | serg@serg.mylan | 2003-04-29 | 1 | -2/+2 |
* | | SET NAMES doesn't start recoding | bar@bar.mysql.r18.ru | 2003-04-08 | 1 | -1/+0 |
* | | sys_var_collation is now abstract class | bar@bar.mysql.r18.ru | 2003-04-07 | 1 | -1/+1 |
* | | CONVERT class was removed | bar@bar.mysql.r18.ru | 2003-03-18 | 1 | -1/+0 |
* | | Preparing to client<->server autoconvert | bar@bar.mysql.r18.ru | 2003-03-17 | 1 | -2/+2 |
* | | sql_parse.cc, sql_db.cc: | bar@bar.mysql.r18.ru | 2003-03-15 | 1 | -4/+4 |
* | | DATABASE character set is never blank anymore | bar@bar.mysql.r18.ru | 2003-02-21 | 1 | -5/+7 |
* | | After merge fixes & remove compiler warnings | monty@mashka.mysql.fi | 2003-02-07 | 1 | -1/+1 |
* | | Merge with 4.0.11 | monty@mashka.mysql.fi | 2003-02-04 | 1 | -3/+1 |
|\ \ | |/ | |||||
| * | merge with 3.23.56 to get patches for --lower-case-table-names and | monty@mashka.mysql.fi | 2003-01-29 | 1 | -2/+0 |
| |\ | |||||
| | * | Fixed handling of lower_case_table_names in SHOW TABLE STATUS, mysql_list_fie... | monty@mashka.mysql.fi | 2003-01-29 | 1 | -2/+0 |
| * | | Fixes cases where thd->query was not protected. | monty@mashka.mysql.fi | 2003-01-19 | 1 | -5/+5 |
| * | | Merge with 3.23 to get bug fix for SHOW PROCESSLIST + running thread | monty@mashka.mysql.fi | 2003-01-19 | 1 | -6/+9 |
| |\ \ | | |/ | |||||
| | * | Only set thd->query to 0 if LOCK_thread_count is hold | monty@mashka.mysql.fi | 2003-01-18 | 1 | -4/+6 |
| | * | Moved lower_case_table_name check to right place. | monty@mashka.mysql.fi | 2002-12-21 | 1 | -3/+2 |
| * | | Merge with 3.23: | monty@mashka.mysql.fi | 2002-12-21 | 1 | -2/+0 |
| |\ \ | | |/ | |||||
| | * | fix for a bug in CASE ...WHEN ... | Sinisa@sinisa.nasamreza.org | 2002-12-16 | 1 | -2/+0 |
| | * | Fix for a bug with mysql_select_db() on manually created | Sinisa@sinisa.nasamreza.org | 2002-12-14 | 1 | -0/+3 |
* | | | do not call get_charset_by_name() with string "DEFAULT" | bar@bar.mysql.r18.ru | 2003-01-09 | 1 | -3/+5 |
* | | | Separating CHARSET and COLLATION terms | bar@bar.mysql.r18.ru | 2003-01-09 | 1 | -3/+7 |
* | | | Changed mysql-test to print warnings for not existing table to DROP TABLE | monty@mashka.mysql.fi | 2003-01-06 | 1 | -1/+2 |
* | | | Added support for DROP TEMPORARY TABLE | monty@mashka.mysql.fi | 2003-01-04 | 1 | -1/+1 |
* | | | thd_charset has been moved to variables structure | bar@bar.mysql.r18.ru | 2002-12-19 | 1 | -1/+1 |
* | | | rename of net_pkg.cc to protocol.cc | monty@mashka.mysql.fi | 2002-12-11 | 1 | -9/+8 |
* | | | Return a warning for DROP DATABASE/TABLE IF EXISTS <non_existing_db/table(s)> | venu@myvenu.com | 2002-12-04 | 1 | -2/+6 |
* | | | Fixes after merge with 4.0 | monty@mashka.mysql.fi | 2002-11-21 | 1 | -1/+1 |
* | | | Merge with 4.0 | monty@mashka.mysql.fi | 2002-11-21 | 1 | -12/+15 |
|\ \ \ | |/ / | |||||
| * | | Put temporary files in binlog cache when using BEGIN/COMMIT | monty@hundin.mysql.fi | 2002-11-07 | 1 | -2/+2 |
| * | | Added --skip-safemalloc to mysqltest | monty@mashka.mysql.fi | 2002-10-29 | 1 | -2/+3 |
| * | | Merge with 3.23.54 | monty@hundin.mysql.fi | 2002-10-16 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Fixed bug in LOCK TABLES on windows. | monty@hundin.mysql.fi | 2002-10-09 | 1 | -0/+2 |
| | * | Fix wrong usage of constant which could cause mysqld to use index when doing ... | monty@mashka.mysql.fi | 2002-07-19 | 1 | -5/+6 |
| | * | sql_db.cc: | heikki@hundin.mysql.fi | 2002-07-16 | 1 | -10/+9 |
| | * | sql_db.cc: | heikki@hundin.mysql.fi | 2002-07-15 | 1 | -1/+11 |
| | * | Do handler specific drop-database at safe place. | monty@hundin.mysql.fi | 2002-07-14 | 1 | -8/+1 |