summaryrefslogtreecommitdiff
path: root/sql/sql_db.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
* Fix for BUG#2083unknown2003-12-161-0/+2
* 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
* 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
|\ \ | |/
| * fix for a bug in CASE ...WHEN ...unknown2002-12-161-2/+0
| * Fix for a bug with mysql_select_db() on manually createdunknown2002-12-141-0/+3
* | Put temporary files in binlog cache when using BEGIN/COMMITunknown2002-11-071-2/+2
* | Added --skip-safemalloc to mysqltestunknown2002-10-291-2/+3
* | Merge with 3.23.54unknown2002-10-161-0/+2
|\ \ | |/
| * Fixed bug in LOCK TABLES on windows.unknown2002-10-091-0/+2
| * Fix wrong usage of constant which could cause mysqld to use index when doing ...unknown2002-07-191-5/+6
| * sql_db.cc:unknown2002-07-161-10/+9
| * sql_db.cc:unknown2002-07-151-1/+11
| * Do handler specific drop-database at safe place.unknown2002-07-141-8/+1
* | Don't give the anonymous user create temp table or lock tables privileges.unknown2002-09-221-1/+1
* | Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-2/+4
* | New SET syntax & system variables.unknown2002-07-231-1/+2
* | Update for running gcc 3.x (mainly on HPUX)unknown2002-06-301-0/+2
* | merge with 3.23.51unknown2002-05-271-1/+1
|\ \ | |/
| * Renamed stripp_sp -> strip_spunknown2002-05-271-1/+1
* | merge with 3.23.51unknown2002-05-161-0/+1
|\ \ | |/
| * Corrected fix for DROP DATABASE on symbolic linkunknown2002-05-141-13/+14
| * DROP DATABASE with symlinks did not work beforeunknown2002-05-141-1/+8
| * row0mysql.c, sql_db.cc:unknown2002-02-141-2/+8
* | Features made for Schlund plus several bug fixes.unknown2002-05-151-6/+14
* | added building without query cacheunknown2002-03-221-1/+1
* | Cleanup of alarm macros.unknown2001-12-211-3/+4
* | Update copyrightunknown2001-12-061-4/+4
* | Query cache.unknown2001-12-021-0/+1
* | Remove .TMD files on DROP DATABASE.unknown2001-11-221-3/+3
* | portability fixesunknown2001-10-111-1/+1
* | mergeunknown2001-10-111-0/+1
|\ \ | |/
| * ut0mem.c Merge changes in InnoDB-3.23.43bunknown2001-10-101-0/+2
* | Fixed locking problem when using bulk insertunknown2001-09-171-1/+1
* | Portability fixesunknown2001-09-151-1/+1
* | Fixed bug in UNIONunknown2001-09-141-32/+32
* | Update of manual with 4.0 changesunknown2001-09-031-31/+22
* | mergeunknown2001-09-021-1/+3
|\ \