summaryrefslogtreecommitdiff
path: root/sql/sys_vars.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-90/+37
|\
| * Merge 10.0 into 10.1Marko Mäkelä2017-03-031-90/+37
| |\
| | * MDEV-9573 'Stop slave' hangs on replication slaveMonty2017-02-281-92/+38
* | | MDEV-11059 don't build the server with jemallocSergei Golubchik2017-03-291-1/+22
* | | Fix several compile warnings on WindowsVladislav Vaintroub2017-03-171-1/+1
* | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-1/+1
* | | Merge branch 'bb-10.2-serg-merge' into 10.2Sergei Golubchik2017-02-111-2/+3
|\ \ \
| * \ \ Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-2/+3
| |\ \ \ | | |/ /
| | * | MDEV-11945: Fix description for "max_statement_time" in --helpNirbhay Choubey2017-01-311-2/+2
| | * | Merge remote-tracking branch 'origin/10.1' into 10.1bb-10.1-vicentiu-galeraVicențiu Ciorbaru2017-01-161-0/+7
| | |\ \
| | * \ \ Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-0/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-061-1/+2
| | | |\ \
| | | | * | add an assertSergei Golubchik2016-12-221-1/+2
| | | * | | Back-port Master_info::using_parallel() to 10.0.Kristian Nielsen2016-11-151-2/+1
* | | | | | MDEV-7635: Reset sync_binlog back to 0Nirbhay Choubey2017-02-101-1/+1
* | | | | | MDEV-7635: Part 2Nirbhay Choubey2017-02-101-1/+3
* | | | | | MDEV-7635: Part 1Nirbhay Choubey2017-02-101-11/+11
* | | | | | MDEV-7635: Renamed standards_compliant_cte to standard_compliant_cteNirbhay Choubey2017-02-101-4/+4
|/ / / / /
* | | | | increase default for max threads in the pool to max allowed value (64K) curre...Vladislav Vaintroub2017-01-261-1/+1
* | | | | MDEV-11870 Message "MariaDB Galera and flashback does not support"Elena Stepanova2017-01-231-2/+2
* | | | | [MDEV-10570] Add Flashback supportMonty2017-01-201-3/+4
* | | | | Merge 10.1 to 10.2.Marko Mäkelä2017-01-191-1/+8
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | max_session_mem_used server variableSergei Golubchik2017-01-151-0/+7
| |/ / /
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-3/+4
|\ \ \ \ | |/ / /
| * | | MDEV-11479 Improved wsrep_dirty_readsSachin Setiya2016-12-141-2/+3
| * | | MDEV-11429 Increase number of max table_open_cache instancesMonty2016-12-021-1/+1
* | | | MDEV-11065: Compressed binary log. Merge code into current 10.2.Kristian Nielsen2016-11-031-0/+12
|\ \ \ \
| * | | | Binlog compressedvinchen2016-10-191-0/+12
* | | | | Control the Maximum speed(KB/s) to read binlog from mastervinchen2016-10-191-0/+6
|/ / / /
* | | | Fixed compiler warnings and failing testsMonty2016-10-051-0/+2
* | | | Use sql_mode_t for sql_mode.Monty2016-10-051-2/+2
* | | | MDEV-6112 multiple triggers per tableMonty2016-10-051-1/+2
* | | | MDEV-10297 Add priorization to threadpoolVladislav Vaintroub2016-09-221-9/+26
* | | | MDEV-10296 - Multi-instance table cacheSergey Vojtovich2016-09-161-1/+1
* | | | MDEV-10296 - Multi-instance table cacheSergey Vojtovich2016-09-161-2/+2
* | | | MDEV-10296 - Multi-instance table cacheSergey Vojtovich2016-09-161-0/+5
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-19/+41
|\ \ \ \ | |/ / /
| * | | Post merge fixes.Nirbhay Choubey2016-08-251-2/+2
| * | | Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-08-251-3/+4
| |\ \ \
| | * \ \ Merge branch '10.0' into 10.0-galeraNirbhay Choubey2016-08-241-13/+33
| | |\ \ \ | | | |/ /
| | * | | MW-267 Enforce wsrep_max_ws_size limit in wsrep providerDaniele Sciascia2016-07-251-2/+3
| | * | | MW-265 Add support for wsrep_max_ws_rowsDaniele Sciascia2016-07-191-1/+1
| | * | | Merge tag 'mariadb-10.0.24' into 10.0-galeraNirbhay Choubey2016-02-231-0/+23
| | |\ \ \
| | * \ \ \ Merge tag 'mariadb-10.0.23' into 10.0-galeraNirbhay Choubey2015-12-191-2/+2
| | |\ \ \ \
| | * \ \ \ \ Merge tag 'mariadb-10.0.22' into 10.0-galeraNirbhay Choubey2015-10-311-14/+26
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge tag 'mariadb-10.0.21' into 10.0-galeraNirbhay Choubey2015-08-081-1/+9
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge tag 'mariadb-10.0.19' into 10.0-galeraNirbhay Choubey2015-05-091-10/+12
| | |\ \ \ \ \ \ \
| | * | | | | | | | refs codership/mysql-wsrep#90 made wsrep_OSU_method session variableTeemu Ollakka2015-05-081-1/+1
| | * | | | | | | | MDEV-7273 - 10.1 fails to start up during tc_log initializations on PPC64Sergey Vojtovich2015-03-051-0/+10
| | * | | | | | | | MDEV-7476: Allow SELECT to succeed even when node is not readyNirbhay Choubey2015-01-271-0/+6