summaryrefslogtreecommitdiff
path: root/sql/set_var.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 4.1 to get new thd->mem_root handlingunknown2004-11-081-1/+1
|\
| * Simpler arena swapping codeunknown2004-11-081-1/+1
* | Merge on pullunknown2004-11-031-4/+22
|\ \
| * \ merge with 4.1unknown2004-10-291-4/+22
| |\ \ | | |/
| | * Fixed access to freed memoryunknown2004-10-271-2/+0
| | * Merge with 4.0unknown2004-10-271-0/+4
| | |\
| | | * Backport innodb_max_purge_lag from 4.1unknown2004-10-271-0/+4
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-261-1/+2
| | |\ \
| | | * | A lot of fixes for prepared statements (PS):unknown2004-10-261-1/+2
| | * | | Bug 6206: ENUMs are not case sensitive even if declared BINARYunknown2004-10-261-1/+3
| | * | | Bug#6202: ENUMs are not case sensitive even if declared BINARYunknown2004-10-251-2/+3
| | |/ /
| | * | Merge with 4.0unknown2004-10-201-0/+4
| | |\ \ | | | |/
| | | * Code cleanups (done during review of new code)unknown2004-10-201-4/+4
| | | * Added startup option and settable session variableunknown2004-10-131-0/+4
| | * | InnoDB: implement innodb_max_purge_lagunknown2004-09-301-0/+4
| | * | Made innodb_autoextend_increment accessible as a global variable.unknown2004-09-301-0/+4
* | | | WL#1437 :don't create new users with GRANTunknown2004-11-021-3/+3
|/ / /
* | | A fix (bug #5999 Typo in code, wrong config variable naming).unknown2004-10-221-1/+1
* | | sql_updatable_view_key replaced with updatable_views_with_limitunknown2004-10-071-7/+8
* | | Fixed bug in strict mode (A state was not properly cleared on successful inse...unknown2004-10-051-3/+0
* | | Strict mode & better warningsunknown2004-09-281-0/+7
* | | Added options --auto-increment-increment and --auto-increment-offset.unknown2004-09-151-0/+9
* | | After merge fixes of merge with 4.1 that included the new arena code.unknown2004-09-091-1/+1
* | | Merge with 4.1unknown2004-09-061-10/+26
|\ \ \ | |/ /
| * | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-201-0/+2
| |\ \
| | * \ Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1unknown2004-08-191-0/+2
| | |\ \
| | | * | Several fixes to make tests working for embedded libraryunknown2004-07-231-0/+2
| * | | | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-161-1/+7
| |\ \ \ \ | | |/ / /
| | * | | Fix for BUG#5064 "SET GLOBAL SYNC_BINLOG does not work on some platforms":unknown2004-08-161-1/+7
| * | | | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-131-0/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-131-0/+2
| | |\ \ \
| | | * | | Merge resolve. Changed name of ha_example to ha_example_engine.unknown2004-08-131-2/+2
| | | * | | This is the addition of the CSV engine "aka tina". Its an example engine that...unknown2004-08-121-0/+2
| | | |/ /
| * | | | set_var.cc:unknown2004-08-131-0/+2
| |/ / /
| * | | Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes ...unknown2004-08-101-3/+5
| * | | apply in SET PASSWORD same checks as in GRANT, to let only valid hashes throughunknown2004-07-301-4/+5
| * | | Merge jlindstrom@build.mysql.com:/home/bk/mysql-4.1unknown2004-07-291-2/+2
| |\ \ \
| | * | | Fix some variable misorderings.unknown2004-07-281-2/+2
| | |/ /
| * | | Added innodb_locks_unsafe_for_binlog option. This option turns off Innodb unknown2004-07-201-0/+1
| |/ /
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-07-161-0/+7
|\ \ \
| * | | VIEWunknown2004-07-161-0/+7
* | | | after merge fixes (making rpl_charset and rpl_timezone pass).unknown2004-07-151-5/+3
|/ / /
* | | Merge with 4.1unknown2004-07-121-7/+7
|\ \ \ | |/ /
| * | Reorder variables to preserve alphabetical sorting.unknown2004-07-101-3/+3
| * | New handler::index_flags() definition to make it easy to check the full used ...unknown2004-07-081-4/+4
* | | After merge fixesunknown2004-07-121-0/+2
* | | Merge with 4.1.3-betaunknown2004-07-071-25/+213
|\ \ \ | |/ /
| * | Fix for Bug#4030 "Client side conversion string -> date type doesn't unknown2004-06-241-3/+3
| * | WL#1264 "Per-thread time zone support infrastructure".unknown2004-06-181-1/+75
| * | WL#1595 "Optionally fsync() the binlog after every statement":unknown2004-06-101-0/+28