summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* Prevent adding 'CREATE TABLE .. SELECT' query to the binary log when theunknown2004-12-031-0/+10
* Code cleanups (done during review of new code)unknown2004-10-201-1/+1
* Added startup option and settable session variableunknown2004-10-131-0/+3
* Merge mysql.com:/home/mydev/mysql-4.0unknown2004-10-051-0/+1
|\
| * BUG#4286 - HANDLER tables are closed by FLUSH TABLE(S).unknown2004-09-241-0/+1
* | Replacing class Disable_binlog by macros. Patch already approved by Monty.unknown2004-09-061-21/+0
|/
* Making FLUSH TABLES WITH READ LOCK block COMMITs of existing transactions,unknown2004-08-201-2/+2
* cosmetic changeunknown2004-08-191-1/+1
* Fix for BUG#4971 "CREATE TABLE ... TYPE=HEAP SELECT ... stops slave (wrong DE...unknown2004-08-191-0/+21
* Fix for:unknown2004-07-311-6/+10
* removing assertion (will be moved to 4.1) for non-debug to compileunknown2004-07-311-1/+9
* Avoiding a theoretically possible crash (pthread_mutex_lock(0)) which could (...unknown2004-07-301-0/+1
* Changed --log-warnings to be integer instead of boolean. Given --skip-log-war...unknown2004-06-011-1/+1
* Fix for BUG33649: Post-review fixes unknown2004-05-191-1/+1
* Many files:mysql-4.0.20unknown2004-05-141-1/+18
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0unknown2004-03-041-0/+1
|\
| * invalidation of locking for write tables (BUG#2693)unknown2004-03-041-0/+1
* | Fixed Bug#2491, INSERT DELAYED causes binary log unusable by mysqlbinlog (rep...unknown2004-03-041-0/+1
|/
* Fixed parsing of column names and foreign key constraints in Innobase to hand...unknown2004-01-301-1/+3
* Some small portability fixes.unknown2003-12-301-5/+5
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-161-0/+9
|\
| * Fix for BUG#2083unknown2003-12-161-0/+9
* | Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105)unknown2003-12-141-1/+1
* | sql_delete.cc, sql_update.cc, sql_class.h:unknown2003-12-121-3/+1
* | Many files:unknown2003-12-111-0/+3
|/
* - Fix for BUG#1858 "SQL-Thread stops working when using optimize table":unknown2003-12-041-2/+7
* comments about designation of thd->where and unknown2003-10-301-1/+10
* Better fix for CREATE TABLE IF NOT EXISTS ... SELECTunknown2003-10-151-2/+2
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-10-151-2/+2
|\
| * bug #1434 (and related issues)unknown2003-10-061-2/+2
* | Add new user variables for tuning memory usage:unknown2003-10-111-0/+5
|/
* Optimized code for setting user variables with := and fixed some bugs in old ...unknown2003-10-031-0/+5
* Revert change of lower-case-table handling as this breaks how alias works.unknown2003-08-291-2/+9
* Portability fixesunknown2003-08-281-17/+3
* Clearer states in SHOW PROCESSLIST for replication threads.unknown2003-08-251-1/+1
* After merge fixesunknown2003-08-221-3/+1
|\
| * 2 minor edits, plusunknown2003-08-221-1/+1
| * Fix for BUG#1086. Now we don't preserve event's log_pos throughunknown2003-08-201-1/+0
| * rewritten test using loop (BUG#930)unknown2003-08-081-1/+0
* | Fuller implementation of lower case table names.unknown2003-07-231-3/+9
|/
* Better fix for bug #791: At binlog rotation, INSERTs may not find their way i...unknown2003-07-141-4/+8
* Safety and speedup fixes:unknown2003-07-141-9/+5
* Member no_rotate in MYSQL_LOG was always 0, I delete it.unknown2003-07-121-2/+0
* removed 2 small useless if().unknown2003-07-121-1/+0
* Fix for BUG#791:unknown2003-07-111-2/+9
* WL#912 (more user control on relay logs):unknown2003-07-061-3/+15
* Added thread variable max_seeks_for_keyunknown2003-06-271-0/+1
* Fixed memory allocation in Unique to not allocate too much memoryunknown2003-06-261-20/+22
* SCRUMunknown2003-06-191-0/+1
* parallel-repair available in mysqldunknown2003-05-041-0/+1