summaryrefslogtreecommitdiff
path: root/sql/set_var.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix of BUG#45632 (http://bugs.mysql.com/bug.php?id=45632) - sharing non defau...unknown2009-06-251-3/+20
* Fixed problems in mergeMichael Widenius2009-05-191-2/+2
|\
| * We are now using Valgrind rather than purify, and have for quite some time.unknown2009-05-061-2/+2
* | Merged with mysql-5.1 tree.Michael Widenius2009-04-251-0/+93
|\ \
| * | @@optimizer_switch switch from no_xxx to xxx={on|off} syntax:Sergey Petrunia2009-03-161-1/+1
| * | Merge Sergey Petrunia2009-03-141-2/+3
| |\ \
| * | | @@optimizer_switch backport and change from no_xxx to xx=on|off: post-review ...Sergey Petrunia2009-03-141-0/+8
| * | | Change optimizer_switch from no_xxx to xxx=on/xx=off.Sergey Petrunia2009-03-111-14/+47
| * | | MergeSergey Petrunia2009-03-101-77/+158
| |\ \ \
| * | | | - Backport @@optimizer_switch support from 6.0Sergey Petrunia2009-02-231-0/+52
* | | | | bzr merge from guilhem's maria tree to our local 5.1Michael Widenius2009-04-251-77/+164
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | merge of 5.1-main into 5.1-maria. MyISAM changes are propagated to Maria exceptGuilhem Bichot2009-04-011-77/+159
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Bug#40657: assertion with out of range variables and traditional sql_modeTatiana A. Nurnberg2009-03-111-2/+3
| | | |/ | | |/|
| | * | manual mergeTatiana A. Nurnberg2009-03-061-1/+12
| | |\ \
| | | * | BUG#41980 SBL, INSERT .. SELECT .. LIMIT = ERROR, even when @@SQL_LOG_BIN is 0 !Guangbao Ni2009-03-051-1/+12
| | * | | Bug#40657: assertion with out of range variables and traditional sql_modeTatiana A. Nurnberg2009-03-051-9/+8
| | * | | automergeTatiana A. Nurnberg2009-02-271-74/+145
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Bug#40657: assertion with out of range variables and traditional sql_modeTatiana A. Nurnberg2009-02-271-24/+42
| | | * | Bug#40657: assertion with out of range variables and traditional sql_modeTatiana A. Nurnberg2009-02-241-102/+80
| | | * | Bug#40657: assertion with out of range variables and traditional sql_modeTatiana A. Nurnberg2009-02-031-50/+125
| | * | | Bug#41077: Warning contains wrong future versionDavi Arnaut2009-02-161-2/+2
| | | |/ | | |/|
| * | | merge of 5.1-main into 5.1-maria; MyISAM changes are also ported to Maria.Guilhem Bichot2009-03-111-0/+5
| |\ \ \ | | |/ /
| | * | Bug#42610 Dynamic plugin broken in 5.1.31Sergey Glukhov2009-02-091-0/+5
* | | | Fix Valgrind errors seen in buildbot.unknown2009-04-081-8/+8
* | | | Added "pool-of-threads" handling (with libevent)Michael Widenius2009-03-131-1/+8
* | | | Merge with mysql-maria treeMichael Widenius2009-02-191-0/+11
|\ \ \ \ | |/ / /
| * | | merge of 5.1-main into 5.1-maria. Myisam->Maria change propagation will follow.Guilhem Bichot2009-02-121-3/+11
| |\ \ \ | | |/ /
* | | | Merge with base MySQL 5.1Michael Widenius2009-02-151-3/+11
|\ \ \ \ | | |/ / | |/| |
| * | | Auto-merge from upstream 5.1-bugteamTimothy Smith2009-01-081-1/+8
| |\ \ \
| | * \ \ merged 5.1-main -> 5.1-bugteamGeorgi Kodinov2009-01-051-1/+1
| | |\ \ \
| | | * \ \ Merge main 5.1 into 5.1-buildJoerg Bruehe2008-12-101-108/+168
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | * | | Merge from mysql-5.1.30-releaseunknown2008-11-271-1/+1
| | | |\ \ \
| | | | * | | Added "Sun Microsystems, Inc." to copyright headers on files modifiedBuild Team2008-11-101-1/+1
| | * | | | | 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2008-12-241-0/+7
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | Bug#41456 SET PASSWORD hates CURRENT_USER()Sergey Glukhov2008-12-241-0/+7
| * | | | | | Fix a few problems after latest bunch of InnoDB snapshot changes:Timothy Smith2009-01-081-2/+3
| |/ / / / /
* | | | | | Fixed compiler warnings found by gcc 4.3.2Michael Widenius2009-01-311-3/+4
| |_|_|_|/ |/| | | |
* | | | | Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, my...Guilhem Bichot2008-12-101-28/+33
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge with base MySQL-5.1-mariaMichael Widenius2008-12-031-116/+13
| |\ \ \ \
| | * \ \ \ Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, or...Guilhem Bichot2008-11-211-116/+14
| | |\ \ \ \ | | | | |/ / | | | |/| |
| * | | | | WL#3262 add mutex lock order checking to safemutex (also called safe_mutex_de...Michael Widenius2008-12-031-15/+9
| |/ / / /
| * | | | Merged 5.1 with maria 5.1Michael Widenius2008-10-101-21/+74
| |\ \ \ \
| * | | | | wt_thd_lazy_init(), per-thread deadlock search depths and timeoutsSergei Golubchik2008-08-081-1/+14
| * | | | | Merge mysql.com:/home/my/mysql-5.1unknown2008-04-281-57/+139
| |\ \ \ \ \
| * | | | | | No more 'have_maria' variable, use information schema.engines.unknown2008-04-241-1/+0
| * | | | | | Merge gbichot4.local:/home/mysql_src/mysql-5.1-build-gcaunknown2008-02-181-6/+6
| |\ \ \ \ \ \
| * | | | | | | Add warning of TRANSACTIONAL=1 is used with handler that doesn't support itunknown2008-02-111-1/+1
| * | | | | | | midding DBUG_RETURNunknown2008-02-071-1/+2
| * | | | | | | Merge janus.mylan:/usr/home/serg/Abk/mysql-5.1unknown2008-02-051-0/+100
| |\ \ \ \ \ \ \
| * | | | | | | | Fixed compiler warnings by adding casts and changing variable typesunknown2008-01-111-1/+1