summaryrefslogtreecommitdiff
path: root/sql/sql_db.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ | | |/
| | * 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
* | | do not call get_charset_by_name() with string "DEFAULT" unknown2003-01-091-3/+5
* | | Separating CHARSET and COLLATION termsunknown2003-01-091-3/+7
* | | Changed mysql-test to print warnings for not existing table to DROP TABLEunknown2003-01-061-1/+2
* | | Added support for DROP TEMPORARY TABLEunknown2003-01-041-1/+1
* | | thd_charset has been moved to variables structureunknown2002-12-191-1/+1
* | | rename of net_pkg.cc to protocol.ccunknown2002-12-111-9/+8
* | | Return a warning for DROP DATABASE/TABLE IF EXISTS <non_existing_db/table(s)>unknown2002-12-041-2/+6
* | | Fixes after merge with 4.0unknown2002-11-211-1/+1
* | | Merge with 4.0unknown2002-11-211-12/+15
|\ \ \ | |/ /
| * | 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
* | | Extensions to support this:unknown2002-11-061-5/+12
* | | Preparation to thread specific default charsetunknown2002-10-301-1/+1
* | | Portability fixes to be able to compile MySQL with VC++unknown2002-10-081-5/+2
* | | Merge with 4.0.4unknown2002-10-021-36/+324
|\ \ \ | |/ / |/| |
| * | Fixes and code cleanups after merge with 4.0.3unknown2002-10-021-180/+193
| * | Merge with 4.0.3unknown2002-08-301-5/+280
| |\ \
| | * | SHOW CREATE DATABASE name;unknown2002-07-021-1/+90
| | * | Now database default character is changed during ALTER DATABASEunknown2002-06-271-6/+16
| | * | ALTER DATABASE DEFAULT CHARACTER SET latin1;unknown2002-06-271-69/+158
| | * | Database default charset now works:unknown2002-06-241-7/+38
| | * | database default character set is now stored in database directoryunknown2002-06-211-2/+56
| | * | merge with 4.0unknown2002-06-031-7/+16
| | |\ \
| | * \ \ mergeunknown2002-04-131-2/+4
| | |\ \ \
| | | * | | New ctype functions/macros to support many charsets at a timeunknown2002-03-121-2/+4
* | | | | | 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