summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removing LEX::interval_list, as it's not used since parser cleanups10.2-MDEV9069Alexander Barkov2016-10-272-2/+0
* Set new scheduling algorithm VATS for lock waits as a default.Jan Lindström2016-10-252-3/+3
* MDEV-9143 JSON_xxx functions.Alexey Botchkov2016-10-254-2/+11
* Merge pull request #248 from sensssz/10.2-vatsJan Lindström2016-10-246-37/+468
|\
| * Undo changes to XtraDB.sensssz2016-10-235-465/+53
| * Remove duplicated comments.sensssz2016-10-231-5/+1
| * Change all space indentions to tab.sensssz2016-10-233-280/+278
| * Style fixes.sensssz2016-10-233-14/+13
| * Remove unnecessary changes. Apply changes to XtraDB.sensssz2016-10-225-36/+91
| * Add a NULL check for thd_is_replication_slave_threadsensssz2016-10-221-1/+1
| * A few bug fixes. Use thd_is_slave_replication.sensssz2016-10-226-39/+91
| * Add INNODB_LOCK_SCHEDULE_ALGORITHM to sysvars_innodb.resultsensssz2016-10-191-0/+14
| * Bug fix: remove redundant code from check_deadlock_result. Remove assert.sensssz2016-10-191-20/+1
| * Merge branch '10.2-vats' of https://github.com/sensssz/server into 10.2-vatssensssz2016-10-190-0/+0
| |\
| | * Change VATS implementation.sensssz2016-10-192-350/+647
| | * Merge branch '10.2-vats' of https://github.com/sensssz/server into 10.2-vatssensssz2016-10-180-0/+0
| | |\
| | | * Disable VATS on slave servers during replication.sensssz2016-10-181-1/+2
| | | * Implement VATS in XtraDB and InnoDB.sensssz2016-10-178-34/+477
| | * | Disable VATS on slave servers during replication.sensssz2016-10-181-1/+2
| | * | Implement VATS in XtraDB and InnoDB.sensssz2016-10-188-34/+484
| * | | Change VATS implementation.sensssz2016-10-192-350/+647
| * | | Disable VATS on slave servers during replication.sensssz2016-10-191-1/+2
| * | | Implement VATS in XtraDB and InnoDB.sensssz2016-10-198-34/+484
| |/ /
* | | Merge branch 'grooverdan-10.2-numa' into 10.2Jan Lindström2016-10-2413-10/+111
|\ \ \
| * \ \ Merge branch '10.2-numa' of https://github.com/grooverdan/mariadb-server into...Jan Lindström2016-10-2413-10/+111
| |\ \ \ |/ / / /
| * | | Merge 10.2Daniel Black2016-09-231013-87576/+185038
| |\ \ \
| * | | | MDEV-10829: libnuma-dev for travisDaniel Black2016-09-231-0/+1
| * | | | MDEV-10829: innodb_numa_interleave=1, use numa numa_get_mems_allowedDaniel Black2016-09-232-8/+14
| * | | | MDEV-10829: add libnuma-dev to debian packagingDaniel Black2016-09-231-0/+1
| * | | | MDEV-10829: Enable Innodb NUMA interleaveDaniel Black2016-09-236-2/+63
| * | | | MDEV-10829: Port Innodb NUMA interleave test cases from MySQLAnnamalai Gurusami2016-09-203-0/+33
* | | | | MDEV-11120 sys_vars.sysvars_server_notembedded fails on 32-bitElena Stepanova2016-10-241-95/+104
* | | | | MDEV-11019 sys_vars.sysvars_server_embedded fails in buildbotElena Stepanova2016-10-242-3/+3
* | | | | Merge MDEV-11064: "Restrict the speed of reading binlog from Master" into 10.2Kristian Nielsen2016-10-2110-7/+100
|\ \ \ \ \
| * | | | | fix the ABI checkvinchen2016-10-211-0/+2
| * | | | | fix the ABI and stop slave hang problemvinchen2016-10-216-22/+47
| * | | | | fix code style..vinchen2016-10-192-6/+8
| * | | | | fix the code style for read_binlog_speed_limitvinchen2016-10-194-97/+66
| * | | | | fix common test suitevinchen2016-10-193-0/+19
| * | | | | Control the binlog read speed for compressed protocolvinchen2016-10-193-63/+71
| * | | | | Control the Maximum speed(KB/s) to read binlog from mastervinchen2016-10-195-1/+69
|/ / / / /
* | | | | MDEV-9143 JSON_xxx functions.Alexey Botchkov2016-10-1921-34/+4225
| |_|/ / |/| | |
* | | | MDEV-7148 - Recurring: InnoDB: Failing assertion: !lock->recursiveSergey Vojtovich2016-10-171-5/+16
* | | | MDEV-10813 - Clean-up InnoDB atomics, memory barriers and mutexesSergey Vojtovich2016-10-1711-1079/+0
* | | | MDEV-10813 - Clean-up InnoDB atomics, memory barriers and mutexesSergey Vojtovich2016-10-175-24/+0
* | | | MDEV-10813 - Clean-up InnoDB atomics, memory barriers and mutexesSergey Vojtovich2016-10-1726-128/+123
* | | | MDEV-10813 - Clean-up InnoDB atomics, memory barriers and mutexesSergey Vojtovich2016-10-174-560/+100
* | | | Move InnoDB/XtraDB to async deadlock kill for parallel replication.Kristian Nielsen2016-10-177-211/+41
* | | | MDEV-11061 Valgrind builder produces warnings with OpenSSLElena Stepanova2016-10-171-0/+120
* | | | MDEV-7145: Delayed replicationKristian Nielsen2016-10-1631-321/+1677
|\ \ \ \