summaryrefslogtreecommitdiff
path: root/sql/sys_vars.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge from 5.1Magne Mahre2011-02-171-1/+1
* mergeGeorgi Kodinov2011-02-021-6/+6
* Fix for bug #58669: read_only not enforced on 5.5.xRamil Kalimullin2010-12-071-1/+10
* BUG#57275 binlog_cache_size affects trx- and stmt-cache and gets twice the ex...Alfranio Correia2010-11-051-6/+22
* Bug #57338: Extreneous server variable thread_pool_sizeMats Kindahl2010-10-081-9/+0
* BUG#54144: ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE is hard codedLuis Soares2010-10-071-5/+2
* merge of mysql-5.5 into mysql-5.5-wl1054Georgi Kodinov2010-09-201-13/+11
|\
| * Auto-merge from mysql-5.5-merge.Alexander Nozdrin2010-08-301-5/+9
| |\
| | * Bug#55576 Two perfschema tests failed on mysql-next-mr-innodb PB2 testsMarc Alff2010-08-241-2/+2
| | * Bug#55001 Change in behavior: thread_concurrency (docs, Magne Mahre2010-08-161-2/+5
| | * Commit on behalf of Dmitry Lenev.Konstantin Osipov2010-08-121-1/+2
| | |\
| | | * Fix for bug #52044 "FLUSH TABLES WITH READ LOCK and FLUSHDmitry Lenev2010-07-271-1/+2
| | * | A fix for Bug#41158 "DROP TABLE holds LOCK_open during unlink()". Konstantin Osipov2010-08-091-1/+1
| * | | Merging with mysql-5.5-stage.Mats Kindahl2010-08-161-8/+2
| |\ \ \ | | |/ / | |/| |
| | * | WL#5363: Thread Pool Service InterfaceMats Kindahl2010-06-071-17/+2
* | | | WL#1054: Pluggable authentication supportGeorgi Kodinov2010-08-091-0/+8
|/ / /
* | | Merge trunk-bugfixing -> trunk-runtime.Konstantin Osipov2010-07-271-1/+7
|\ \ \ | |_|/ |/| |
| * | WL#5498: Remove dead and unused source codeDavi Arnaut2010-07-231-1/+5
| * | WL#5498: Remove dead and unused source codeDavi Arnaut2010-07-231-0/+2
* | | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-4/+11
|/ /
* | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-151-2/+2
* | WL#5486: Remove code for unsupported platformsDavi Arnaut2010-07-151-1/+1
* | backport of guilhem@mysql.com-20100628140739-i9vy8ugxp1v5aspbGuilhem Bichot2010-07-081-1/+1
* | Backporting patch for Bug#52716 (Large files support is disabled,Alexander Nozdrin2010-07-051-1/+1
* | Merge trunk-bugfixing -> trunk-runtimeKonstantin Osipov2010-06-171-2/+23
|\ \
| * | Addendum to merge of Bug#52315 to mysql-trunk-merge : Georgi Kodinov2010-06-081-1/+0
| * | merge and typo fixGeorgi Kodinov2010-06-071-2/+2
| * | Manual merge from mysql-trunk-bugfixing.Alexander Nozdrin2010-06-071-17/+75
| |\ \
| * | | mergeGeorgi Kodinov2010-06-041-0/+22
* | | | Bug#20837 Apparent change of isolation level during transactionMagne Mahre2010-06-081-11/+25
|\ \ \ \ | |_|/ / |/| | |
| * | | Draft patch that fixes and a sketches test cases for:Konstantin Osipov2010-05-071-11/+25
* | | | auto-merge mysql-trunk-bugfixing (local) --> mysql-trunk-bugfixing.merge Alfranio Correia2010-06-011-8/+60
|\ \ \ \
| * | | | BUG#53437 @@session.sql_bin_log support in substatements is incorrectAlfranio Correia2010-05-271-8/+60
| |/ / /
* | | | Auto-merge from mysql-trunk.Alexander Nozdrin2010-05-281-0/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Manual merge from mysql-trunk.Alexander Nozdrin2010-04-271-24/+23
| |\ \ \ | | | |/ | | |/|
| * | | Manual merge of mysql-5.1-bugteam toAlexey Kopytov2010-04-191-0/+17
| |\ \ \
| * | | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-04-031-0/+7
* | | | | Bug #53445 Build with -Wall and fix warnings that it generatesTor Didriksen2010-05-261-2/+2
| |_|_|/ |/| | |
* | | | Clean-up, give better names, add comments toKonstantin Osipov2010-05-061-7/+13
| |_|/ |/| |
* | | merge from mysql-trunk-bugfixingJon Olav Hauglid2010-04-201-23/+39
|\ \ \
| * \ \ auto-merge mysql-trunk-bugfixing (local) --> mysql-trunk-bugfixingAlfranio Correia2010-04-191-22/+21
| |\ \ \
| | * \ \ auto-merge mysql-trunk-bugfixing (local) --> mysql-trunk-bugfixingAlfranio Correia2010-03-311-22/+21
| | |\ \ \ | | | |/ / | | |/| |
| | | * | BUG#51277 SUPER_ACL should be checked unconditionally (binlog_format and binl...Alfranio Correia2010-02-241-22/+21
| * | | | Backport of:Konstantin Osipov2010-04-131-1/+1
| | |_|/ | |/| |
| * | | WL#5030: Splitting mysql_priv.hMats Kindahl2010-04-071-0/+1
| * | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-0/+16
| |/ /
* | | Fix assorted compiler warnings.Davi Arnaut2010-03-161-1/+1
|/ /
* | Bug #51160 Deadlock around SET GLOBAL EVENT_SCHEDULER = ON|OFFJon Olav Hauglid2010-03-151-8/+16
* | Fix for BUG#51215 "log-error partially works with version 5.5": WL 4738 (reen...Guilhem Bichot2010-03-051-1/+2
* | A follow-up on WL#5154 and WL#5182: remove forgotten options.Alexander Nozdrin2010-03-031-2/+1