summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix reference to not initialized memoryunknown2003-04-301-1/+2
* CURRENT_USER() and "access denied" error messages now report hostname exactly...unknown2003-04-291-3/+2
* Better fix for "Halloween" effect ...unknown2003-03-121-2/+2
* A bug fix for multi-table updates with InnoDB storage engineunknown2003-03-111-1/+1
* --new option and local variable to optionally turn onunknown2003-03-051-1/+2
* posreview changing (SCRUM)unknown2003-02-271-1/+1
* client port number added to SHOW PROCESSLIST (SCRUM?)unknown2003-02-171-1/+2
* Fixes for Netwareunknown2003-01-281-7/+4
* Added support for max_allowed_packet in option files read by mysql_option()unknown2003-01-041-1/+1
* Changed thd variables max_join_size and select_limit to type ha_rows.unknown2002-12-201-2/+2
* New multi-table-update codeunknown2002-11-291-32/+31
* Small improvement to alloc_rootunknown2002-11-161-5/+4
* Put temporary files in binlog cache when using BEGIN/COMMITunknown2002-11-071-2/+2
* Added Rand_log_eventunknown2002-10-221-1/+2
* new function for innodbunknown2002-09-191-1/+2
* Fixed searching after ssl directories.unknown2002-09-051-0/+1
* Some trivial optimzationsunknown2002-09-031-9/+0
* Removed wrong mutex lock (hangup in kill on HPUX)unknown2002-08-241-2/+1
* Fixed bug in wait_for_update() that I had introduced.unknown2002-08-221-10/+10
* Changed SQL variable delay_key_write to an enumunknown2002-08-131-0/+2
* Added nety_retry_count as a changeable variableunknown2002-08-081-0/+1
* Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-12/+10
* New SET syntax & system variables.unknown2002-07-231-34/+59
* Added interface for first set of dynamic variables.unknown2002-06-281-0/+21
* Added the following new privleges:unknown2002-06-121-23/+14
* Big code cleanup/review before 4.0.2 release.unknown2002-06-111-2/+2