summaryrefslogtreecommitdiff
path: root/sql/sql_db.cc
Commit message (Expand)AuthorAgeFilesLines
* removed one more hack that - as usual - almost always workedserg@serg.mylan2003-10-241-4/+2
* Indentation cleanupsmonty@narttu.mysql.fi2003-10-081-7/+7
* Many files:heikki@hundin.mysql.fi2003-10-071-1/+1
* Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2003-09-291-2/+24
|\
| * A fix of the fix for BUG#1209 (was: SELECT DATABASE() still shows dropped dat...guilhem@gbichot22003-09-261-2/+24
* | SCRUM:hf@deer.(none)2003-09-261-2/+6
|/
* New SQL variables "collation_server" and "collation_database"bar@bar.mysql.r18.ru2003-09-151-6/+6
* Fix for the fix for the bug #1209: SELECT DATABASE().ram@mysql.r18.ru2003-09-101-0/+3
* Fix for the bug #1209: SELECT DATABASE().ram@mysql.r18.ru2003-09-081-0/+2
* A new separate error message: Unknown collation 'blablabla'bar@bar.mysql.r18.ru2003-07-291-1/+1
* now GRANT db.* ... compares patterns correctly to prevent privilege escalationserg@serg.mylan2003-07-221-7/+7
* character_set_server is now updatablebar@bar.mysql.r18.ru2003-05-301-16/+28
* After merge fixesmonty@mashka.mysql.fi2003-05-211-2/+2
* Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-5/+20
|\
| * Fixed a bug in DROP DATABASE when database had a RAID type table.jani@hynda.(none)2003-05-131-3/+18
| * CURRENT_USER() and "access denied" error messages now report hostname exactly...serg@serg.mylan2003-04-291-2/+2
* | SET NAMES doesn't start recodingbar@bar.mysql.r18.ru2003-04-081-1/+0
* | sys_var_collation is now abstract classbar@bar.mysql.r18.ru2003-04-071-1/+1
* | CONVERT class was removedbar@bar.mysql.r18.ru2003-03-181-1/+0
* | Preparing to client<->server autoconvertbar@bar.mysql.r18.ru2003-03-171-2/+2
* | sql_parse.cc, sql_db.cc:bar@bar.mysql.r18.ru2003-03-151-4/+4
* | DATABASE character set is never blank anymorebar@bar.mysql.r18.ru2003-02-211-5/+7
* | After merge fixes & remove compiler warningsmonty@mashka.mysql.fi2003-02-071-1/+1
* | Merge with 4.0.11monty@mashka.mysql.fi2003-02-041-3/+1
|\ \ | |/
| * merge with 3.23.56 to get patches for --lower-case-table-names andmonty@mashka.mysql.fi2003-01-291-2/+0
| |\
| | * Fixed handling of lower_case_table_names in SHOW TABLE STATUS, mysql_list_fie...monty@mashka.mysql.fi2003-01-291-2/+0
| * | Fixes cases where thd->query was not protected.monty@mashka.mysql.fi2003-01-191-5/+5
| * | Merge with 3.23 to get bug fix for SHOW PROCESSLIST + running threadmonty@mashka.mysql.fi2003-01-191-6/+9
| |\ \ | | |/
| | * Only set thd->query to 0 if LOCK_thread_count is holdmonty@mashka.mysql.fi2003-01-181-4/+6
| | * Moved lower_case_table_name check to right place.monty@mashka.mysql.fi2002-12-211-3/+2
| * | Merge with 3.23:monty@mashka.mysql.fi2002-12-211-2/+0
| |\ \ | | |/
| | * fix for a bug in CASE ...WHEN ...Sinisa@sinisa.nasamreza.org2002-12-161-2/+0
| | * Fix for a bug with mysql_select_db() on manually createdSinisa@sinisa.nasamreza.org2002-12-141-0/+3
* | | do not call get_charset_by_name() with string "DEFAULT" bar@bar.mysql.r18.ru2003-01-091-3/+5
* | | Separating CHARSET and COLLATION termsbar@bar.mysql.r18.ru2003-01-091-3/+7
* | | Changed mysql-test to print warnings for not existing table to DROP TABLEmonty@mashka.mysql.fi2003-01-061-1/+2
* | | Added support for DROP TEMPORARY TABLEmonty@mashka.mysql.fi2003-01-041-1/+1
* | | thd_charset has been moved to variables structurebar@bar.mysql.r18.ru2002-12-191-1/+1
* | | rename of net_pkg.cc to protocol.ccmonty@mashka.mysql.fi2002-12-111-9/+8
* | | Return a warning for DROP DATABASE/TABLE IF EXISTS <non_existing_db/table(s)>venu@myvenu.com2002-12-041-2/+6
* | | Fixes after merge with 4.0monty@mashka.mysql.fi2002-11-211-1/+1
* | | Merge with 4.0monty@mashka.mysql.fi2002-11-211-12/+15
|\ \ \ | |/ /
| * | Put temporary files in binlog cache when using BEGIN/COMMITmonty@hundin.mysql.fi2002-11-071-2/+2
| * | Added --skip-safemalloc to mysqltestmonty@mashka.mysql.fi2002-10-291-2/+3
| * | Merge with 3.23.54monty@hundin.mysql.fi2002-10-161-0/+2
| |\ \ | | |/
| | * Fixed bug in LOCK TABLES on windows.monty@hundin.mysql.fi2002-10-091-0/+2
| | * Fix wrong usage of constant which could cause mysqld to use index when doing ...monty@mashka.mysql.fi2002-07-191-5/+6
| | * sql_db.cc:heikki@hundin.mysql.fi2002-07-161-10/+9
| | * sql_db.cc:heikki@hundin.mysql.fi2002-07-151-1/+11
| | * Do handler specific drop-database at safe place.monty@hundin.mysql.fi2002-07-141-8/+1