summaryrefslogtreecommitdiff
path: root/sql/set_var.cc
Commit message (Expand)AuthorAgeFilesLines
* Added testing of LOAD DATA ... STARTING BYunknown2003-05-261-3/+2
* Added option --read-only (Thanks to Markus Benning)unknown2003-05-191-0/+4
* Fixed a bug in DROP DATABASE when database had a RAID type table.unknown2003-05-131-1/+1
* - Fixed a bug in myisam_max_[extra]_sort_file_size, bug ID 339 and 342unknown2003-05-131-4/+28
* Merge bk-internal:/home/bk/mysql-4.0/unknown2003-05-051-3/+6
|\
| * parallel-repair available in mysqldunknown2003-05-041-3/+6
* | Added innodb_max_dirty_pages_pct parameter to limit amount unknown2003-05-041-0/+9
|/
* A fix for the bug with setting of SQL_BIG_SELECTS option.unknown2003-03-191-1/+1
* --new option and local variable to optionally turn onunknown2003-03-051-0/+3
* mergeunknown2003-01-281-0/+1
|\
| * Fixes for Netwareunknown2003-01-281-0/+1
* | Added option hostname.errunknown2003-01-271-0/+1
* | fixes for SHOW VARIABLES and --ft-stopword-listunknown2003-01-271-1/+1
* | ft_stopword_file added to 'SHOW VARIABLES' outputunknown2003-01-271-1/+2
|/
* Changed thd variables max_join_size and select_limit to type ha_rows.unknown2002-12-201-9/+60
* Copy arguments given to mysql_server_init()unknown2002-12-051-1/+18
* set_var.cc:unknown2002-11-191-1/+1
* Portability fix when using -DBIG_TABLESunknown2002-11-141-2/+2
* Put temporary files in binlog cache when using BEGIN/COMMITunknown2002-11-071-0/+17
* Removed wrong patch to fix DATE BETWEEN TIMESTAMP1 AND TIMESTAMP2unknown2002-11-051-0/+2
* Added --skip-safemalloc to mysqltestunknown2002-10-291-4/+0
* Updated VC++ project files for 4.0.4unknown2002-09-241-1/+0
* Don't give the anonymous user create temp table or lock tables privileges.unknown2002-09-221-28/+30
* Fixed problem with show variables on 64 bit sparc.unknown2002-08-281-2/+2
* Portability fixes for windowsunknown2002-08-281-1/+2
* Changed SQL variable delay_key_write to an enumunknown2002-08-131-2/+40
* Changed IF(expr, column, NULL) to take type from columnunknown2002-08-121-2/+2
* Added nety_retry_count as a changeable variableunknown2002-08-081-1/+12
* mergeunknown2002-08-081-6/+21
|\
| * Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-6/+21
* | fixed query cahe resize bugunknown2002-07-281-1/+1
|/
* Removed wrong implementation of CUBE/ROLLUPunknown2002-07-241-1/+1
* New SET syntax & system variables.unknown2002-07-231-0/+1293