summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mariadb-10.0.23' into 10.0-galeraNirbhay Choubey2015-12-1923-297/+742
|\
| * MDEV-8297: information_schema.innodb_sys_tablestats.modified_counter doesn't ...Jan Lindström2015-12-151-0/+6
| * MDEV-8923: port innodb_buffer_pool_dump_pct from MySQLJan Lindström2015-12-154-3/+95
| * MDEV-9276: MySQL Bug #78754: FK definitions missing from SHOW CREATE TABLE in...Jan Lindström2015-12-146-128/+166
| * Merge branch 'merge/merge-innodb-5.6' into 10.0Sergei Golubchik2015-12-1311-83/+388
| |\
| | * 5.6.28Sergei Golubchik2015-12-1311-83/+388
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-12-133-9/+7
| |\ \
| | * | MDEV-9251: Fix MySQL Bug#20755615: InnoDB compares column names case sensitiv...Jan Lindström2015-12-111-1/+1
| | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2015-12-092-2/+16
| | |\ \
| | | * | Bug #19929435 DROP DATABASE HANGS WITH MALFORMED TABLEAnnamalai Gurusami2015-09-221-1/+11
| | | * | Adapt to WL#8845 Implement an InnoDB redo log format version identifierMarko Mäkelä2015-09-111-1/+5
| | * | | MDEV-8827 Duplicate key with auto incrementSergei Golubchik2015-12-071-7/+5
| | * | | Fix gcc v5.compiler errors.Jan Lindström2015-12-052-2/+2
| | * | | MDEV-9233: Copying MySQL 5.5 data directory to 10.0 with partition tables cra...Jan Lindström2015-12-041-4/+4
| * | | | MDEV-9148: Assertion `thd->stmt_arena != thd->progress.arena' failed in thd_p...Jan Lindström2015-12-101-4/+12
| * | | | MDEV-8178 - Wrong progress report for operations on InnoDB tablesSergey Vojtovich2015-12-101-5/+2
| * | | | Fixed failing test cases and compiler warnings found by buildbotMonty2015-11-241-2/+2
| * | | | Merge branch '5.5' into 10.0Sergei Golubchik2015-11-181-62/+60
| |\ \ \ \ | | |/ / /
| | * | | MDEV-8854: New warning messages are unreadableJan Lindström2015-11-091-62/+60
| | * | | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-10-086-67/+162
| | |\ \ \ | | | |/ /
| | | * | Bug #21025880 DUPLICATE UK VALUES IN READ-COMMITTED (AGAIN)Aditya A2015-08-121-5/+5
| | | * | BUG#21102971 data corruption on arm64Shaohua Wang2015-08-104-33/+131
| | | * | Merge branch 'mysql-5.1' into mysql-5.5Thirunarayanan Balathandayuthapani2015-07-291-5/+26
| | | |\ \
| | * | | | MDEV-8855: innodb.innodb-fk-warnings fails on WindowsJan Lindström2015-09-291-1/+3
| * | | | | Remove compiler warningMonty2015-11-121-3/+6
* | | | | | MDEV-9162 : MariaDB Galera Cluster memory leak on async slave nodeNirbhay Choubey2015-12-141-8/+11
* | | | | | MDEV-8869: Potential lock_sys->mutex deadlockJan Lindström2015-12-144-31/+42
* | | | | | Fix for build failure.Nirbhay Choubey2015-11-041-1/+1
* | | | | | Merge tag 'mariadb-10.0.22' into 10.0-galeraNirbhay Choubey2015-10-3123-159/+541
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-8932: innodb buffer pool hit rate is less than zeroJan Lindström2015-10-281-2/+10
| * | | | | Merge branch 'bb-10.0-serg' into 10.0Sergei Golubchik2015-10-281-29/+39
| |\ \ \ \ \
| | * | | | | MDEV-8883 more cross-compiling fixesSergei Golubchik2015-10-241-29/+39
| * | | | | | MDEV-8696: Adding indexes on empty table is slow with large innodb_sort_buffe...Jan Lindström2015-10-276-21/+96
| |/ / / / /
| * | | | | update innodb versionSergei Golubchik2015-10-091-1/+1
| * | | | | Merge branch 'merge-innodb-5.6' into 10.0Sergei Golubchik2015-10-0918-105/+394
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | 5.6.27Sergei Golubchik2015-10-0918-118/+393
| * | | | | MDEV-8379 - SUSE mariadb patchesSergey Vojtovich2015-10-011-2/+2
* | | | | | Code cleanup.Jan Lindström2015-10-211-20/+28
* | | | | | MDEV-8869: Potential lock_sys->mutex deadlockJan Lindström2015-10-202-18/+46
* | | | | | Merge branch '5.5-galera' into 10.0-galeraNirbhay Choubey2015-08-251-14/+17
|\ \ \ \ \ \
| * | | | | | MDEV-5146 : Bulk loads into partitioned table not workingNirbhay Choubey2015-08-201-10/+21
| * | | | | | Merge tag 'mariadb-5.5.45' into 5.5-galeraNirbhay Choubey2015-08-078-102/+749
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Merge tag 'mysql-5.5.45' into 5.5Sergei Golubchik2015-08-014-22/+107
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | Bug #19138298 RECORD IN INDEX WAS NOT FOUND ON ROLLBACK, TRYING TO INSERTAnnamalai Gurusami2015-06-221-0/+1
| | | * | | | Bug #20762798 FK DDL: CRASH IN DICT_FOREIGN_REMOVE_FROM_CACHEAnnamalai Gurusami2015-06-191-6/+14
| | | * | | | BUG#21065746 RQG_PARTN_PRUNING_VALGRIND FAILED IN REM0REC.CCDebarun Banerjee2015-06-031-12/+14
| | | * | | | BUG#21126772 VALGRIND FAILURE IN ENGINES/FUNCS SUITEDebarun Banerjee2015-06-031-4/+14
| | | * | | | Bug#21113036 - MYSQL/INNODB MIX BUFFERED AND DIRECT IOBin Su2015-05-211-1/+12
| | | * | | | Bug #19138298 RECORD IN INDEX WAS NOT FOUND ON ROLLBACK, TRYING TO INSERTAnnamalai Gurusami2015-05-092-13/+72
| * | | | | | Merge tag 'mariadb-5.5.44' into 5.5-galeraNirbhay Choubey2015-06-218-21/+46
| |\ \ \ \ \ \