summaryrefslogtreecommitdiff
path: root/sql/sql_db.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | 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
|\ \
| * \ merge with 3.23.42unknown2001-09-021-1/+3
| |\ \ | | |/
| | * Fixes for OS2.unknown2001-08-221-1/+3
* | | Changed DB_TYPE_INNOBASE to DB_TYPE_INNODBunknown2001-09-021-50/+55
|/ /
* | Remove warnings and portability fixesunknown2001-08-141-2/+2
* | mergeunknown2001-06-211-0/+46
|\ \ | |/
| * fixed drop/create database bug when holding global read lockunknown2001-06-211-0/+46
* | Added support for symlinked tables.unknown2001-06-011-1/+1
* | updates for LOAD DATA FROM MASTER + some cleanup of replication codeunknown2001-05-281-34/+55
|/
* bug with mysql_change_db() fixedunknown2001-03-211-1/+2
* Changed --replace to --replace_result in mysqltestunknown2001-02-151-1/+1
* New myisamchk option --sort-recoverunknown2001-01-311-11/+4
* Fixed ALTER TABLE on MERGE tablesunknown2001-01-281-2/+2
* Only write full transactions to binary logunknown2000-12-071-7/+7
* Added innobase handler files + other updates for innobaseunknown2000-12-061-0/+8
* RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair,unknown2000-09-261-2/+1