summaryrefslogtreecommitdiff
path: root/sql/set_var.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-06-041-2/+3
|\
| * This changeset is largely a handler cleanup changeset (WL#3281), but includes...unknown2006-06-041-2/+3
* | after review fixesunknown2006-05-311-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-05-281-1/+1
|\ \
| * | handlerton cleanup:unknown2006-05-281-1/+1
* | | fix endianess on ppc. seems for sys_var_long_ptr we have to fetchunknown2006-05-231-4/+5
* | | manual mergedunknown2006-05-221-5/+67
|\ \ \
| * | | fix for bug #17619 Scheduler race conditionsunknown2006-05-221-5/+67
* | | | Merge mysql.com:/home/jimw/my/mysql-5.0-cleanunknown2006-05-191-4/+57
|\ \ \ \
| * | | | Bug #1039: tmpdir and datadir not available via @@ system variable syntaxunknown2006-05-081-3/+66
* | | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-05-151-0/+4
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | Merge bk@192.168.21.1:mysql-5.1-newunknown2006-05-021-10/+20
| |\ \ \ | | | |/ | | |/|
| * | | Merge bk@192.168.21.1:mysql-5.1-newunknown2006-04-271-0/+4
| |\ \ \
| | * | | bug #18518 (embedded server crashes starting)unknown2006-04-241-0/+4
* | | | | Merge neptunus.(none):/home/msvensson/mysql/tmp/tmp_mergeunknown2006-05-101-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1unknown2006-05-041-2/+2
| |\ \ \
| | * \ \ Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-04-301-4/+0
| | |\ \ \
| | | * | | Fix for Bug#14515.unknown2006-04-301-4/+0
* | | | | | Clean up after big mergeunknown2006-05-011-1/+0
* | | | | | Merge mysql.com:/home/jimw/my/mysql-5.0-cleanunknown2006-04-301-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge shellback.(none):/home/msvensson/mysql/mysql-5.0unknown2006-04-271-0/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2006-04-181-0/+1
| | |\ \ \ \ \
| | | * | | | | Bug#18564 Test failure due to test not checking preconditionsunknown2006-04-121-0/+1
| * | | | | | | Merge polar.kitebird.com:/src/extern/MySQL/bk/mysql-4.1unknown2006-04-271-1/+1
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | set_var.cc:unknown2006-04-271-1/+1
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge mysql.com:/home/jimw/my/tmp_mergeunknown2006-04-301-8/+18
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge mysql.com:/home/jimw/my/mysql-5.0-12792unknown2006-04-261-7/+26
| |\ \ \ \ \ \
| | * | | | | | Bug #12792: @@system_time_zone is not SELECTableunknown2006-04-201-7/+26
| | | |/ / / / | | |/| | | |
| * | | | | | Merge mysql.com:/home/jimw/my/mysql-5.0-16195unknown2006-04-261-2/+2
| |\ \ \ \ \ \
| | * | | | | | Bug #16195: SHOW VARIABLES doesn't report correctly sql_warnings and sql_note...unknown2006-04-201-2/+2
| | |/ / / / /
| * | | | | | Bug #17849: sql_big_selects not shown in SHOW VARIABLES outputunknown2006-04-261-1/+2
* | | | | | | Fix mergeunknown2006-04-271-192/+60
* | | | | | | Merge mysql.com:/home/emurphy/src/mysql/bk-clean/tmp_merge2unknown2006-04-271-60/+192
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | / / | |_|_|_|/ / |/| | | | |
| * | | | | The fix for bug#17248 accidentally removed the sync_binlog variable.unknown2006-04-261-0/+9
| |/ / / /
| * | | | foo2unknown2006-04-131-25/+0
| * | | | foo1unknown2006-04-131-25/+25
* | | | | After merge fixes.unknown2006-04-211-13/+0
* | | | | Merge mysql.com:/opt/local/work/tmp_mergeunknown2006-04-191-5/+34
|\ \ \ \ \ | |/ / / /
| * | | | Merge mysql.com:/opt/local/work/mysql-4.1-16365unknown2006-04-121-5/+37
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | A fix and a test case for Bug#16365 "Prepared Statements: DoS with unknown2006-04-071-5/+37
* | | | Fixed compiler and valgrind warningsunknown2006-03-291-0/+2
| |_|/ |/| |
* | | Bug#11835 CREATE FUNCTION crashes serverunknown2006-03-211-0/+2
* | | Fixes to the replication mixed mode (patch approved by Monty):unknown2006-03-131-1/+0
* | | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-03-041-17/+6
|\ \ \
| * | | Remove unused thd->options's flag -- OPTION_UPDATE_LOGunknown2006-03-041-18/+7
* | | | for every deprecated feature say when it will be removed.unknown2006-03-011-9/+4
|/ / /
* | | WL#2977 and WL#2712 global and session-level variable to set the binlog forma...unknown2006-02-251-3/+54
* | | Merge mysql.com:/home/mysql_src/mysql-5.0unknown2006-02-181-1/+6
|\ \ \ | |/ /
| * | Fix for BUG#13897 "failure to do SET SQL_MODE=N where N is a number > 31" (th...unknown2006-02-181-1/+6
| * | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-02-141-0/+29
| |\ \