summaryrefslogtreecommitdiff
path: root/sql/sql_db.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | A new separate error message: Unknown collation 'blablabla'unknown2003-07-291-1/+1
* | now GRANT db.* ... compares patterns correctly to prevent privilege escalationunknown2003-07-221-7/+7
* | character_set_server is now updatableunknown2003-05-301-16/+28
* | After merge fixesunknown2003-05-211-2/+2
* | Merge with 4.0.13unknown2003-05-191-5/+20
|\ \ | |/
| * Fixed a bug in DROP DATABASE when database had a RAID type table.unknown2003-05-131-3/+18
| * CURRENT_USER() and "access denied" error messages now report hostname exactly...unknown2003-04-291-2/+2
* | SET NAMES doesn't start recodingunknown2003-04-081-1/+0
* | sys_var_collation is now abstract classunknown2003-04-071-1/+1
* | CONVERT class was removedunknown2003-03-181-1/+0
* | Preparing to client<->server autoconvertunknown2003-03-171-2/+2
* | sql_parse.cc, sql_db.cc:unknown2003-03-151-4/+4
* | DATABASE character set is never blank anymoreunknown2003-02-211-5/+7
* | After merge fixes & remove compiler warningsunknown2003-02-071-1/+1
* | Merge with 4.0.11unknown2003-02-041-3/+1
|\ \ | |/
| * merge with 3.23.56 to get patches for --lower-case-table-names andunknown2003-01-291-2/+0
| |\
| | * Fixed handling of lower_case_table_names in SHOW TABLE STATUS, mysql_list_fie...unknown2003-01-291-2/+0
| * | Fixes cases where thd->query was not protected.unknown2003-01-191-5/+5
| * | Merge with 3.23 to get bug fix for SHOW PROCESSLIST + running threadunknown2003-01-191-6/+9
| |\ \ | | |/
| | * Only set thd->query to 0 if LOCK_thread_count is holdunknown2003-01-181-4/+6
| | * Moved lower_case_table_name check to right place.unknown2002-12-211-3/+2
| * | Merge with 3.23:unknown2002-12-211-2/+0
| |\ \ | | |/