summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-10341: InnoDB: Failing assertion: mutex_own(mutex) - mutex_exit_funcVicențiu Ciorbaru2016-08-232-18/+2
* Added new status variables to make it easier to debug certain problems:Monty2016-08-214-0/+16
* Merge branch 'bb-10.0-serg' into 10.0Sergei Golubchik2016-08-14235-3395/+2920
|\
| * Merge branch 'connect/10.0' into 10.0Sergei Golubchik2016-08-1034-1708/+962
| |\
| | * - JdbcInterface: change return type of ...Field functionOlivier Bertrand2016-08-107-33/+54
| | * Change jdbc test to reflect girls.txt LF endingOlivier Bertrand2016-07-152-2/+2
| | * All changes made on 10.1 for last 11 commitsOlivier Bertrand2016-07-1433-1677/+910
| * | Merge branch 'merge/merge-tokudb-5.6' into 10.0Sergei Golubchik2016-08-1035-79/+153
| |\ \
| | * | 5.6.31-77.0Sergei Golubchik2016-08-1035-79/+153
| * | | Merge branch 'merge/merge-xtradb-5.6' into 10.0Sergei Golubchik2016-08-10147-1555/+1623
| |\ \ \
| | * | | 5.6.31-77.0Sergei Golubchik2016-08-10149-1564/+1631
| * | | | Merge branch 'merge/merge-perfschema-5.6' into 10.0Sergei Golubchik2016-08-102-6/+12
| |\ \ \ \
| | * | | | 5.6.32Sergei Golubchik2016-08-101-5/+11
| * | | | | Merge branch 'merge/merge-innodb-5.6' into 10.0Sergei Golubchik2016-08-108-22/+108
| |\ \ \ \ \
| | * | | | | 5.6.32Sergei Golubchik2016-08-107-21/+107
| * | | | | | Merge branch '5.5' into 10.0Sergei Golubchik2016-08-109-25/+62
| |\ \ \ \ \ \
| | * | | | | | MDEV-10341: InnoDB: Failing assertion: mutex_own(mutex) - mutex_exit_funcmariadb-5.5.51Vicențiu Ciorbaru2016-08-094-18/+14
| | * | | | | | MDEV-10506 Protocol::end_statement(): Assertion `0' failed upon ALTER TABLESergei Golubchik2016-08-071-1/+2
| | * | | | | | Merge branch 'merge/merge-xtradb-5.5' into 5.5Sergei Golubchik2016-08-034-21/+35
| | |\ \ \ \ \ \
| | | * | | | | | 5.5.50-38.0Sergei Golubchik2016-08-034-21/+35
| | * | | | | | | MDEV-10217: innodb.innodb_bug59641 fails sporadically in buildbot: InnoDB: Fa...Jan Lindström2016-08-032-0/+40
| | * | | | | | | MDEV-10083: Orphan ibd file when playing with foreign keysJan Lindström2016-06-2312-32/+55
* | | | | | | | | MDEV-10535: ALTER TABLE causes standalone/wsrep cluster crashJan Lindström2016-08-132-6/+6
* | | | | | | | | MDEV-10469: innodb.innodb-alter-tempfile fails in buildbot: InnoDB: Warning: ...Jan Lindström2016-08-132-94/+96
|/ / / / / / / /
* | | | | | | | fixes for tokudb_parts --big suiteSergei Golubchik2016-07-1211-3134/+2910
* | | | | | | | MDEV-10261 fix some tokudb partition test result files since the underlying t...Rik Prohaska2016-07-1211-2836/+2682
* | | | | | | | json_udf slowdownSergei Golubchik2016-07-121-2/+2
* | | | | | | | Add more diagnostic to find out the problem onJan Lindström2016-07-046-4/+84
* | | | | | | | remove incorrect .gitattributesSergei Golubchik2016-06-281-25/+0
* | | | | | | | Fixed testcase check failure after db938.testmariadb-10.0.26Sergey Vojtovich2016-06-232-0/+2
* | | | | | | | Merge following commit from 5.5:Jan Lindström2016-06-2314-42/+68
* | | | | | | | compilation failuresSergei Golubchik2016-06-221-2/+2
* | | | | | | | MDEV-9479: Enable OQGRAPH Engine to compile with Boost-1.60+Dimitri John Ledkov2016-06-221-1/+1
* | | | | | | | Merge branch 'bb-10.0-serg' into 10.0Sergei Golubchik2016-06-22512-9766/+29691
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixed for failures in buildbot: TokuDBSergei Golubchik2016-06-221-0/+2
| * | | | | | | | Fixed for failures in buildbot: ReplicationSergei Golubchik2016-06-221-8/+0
| * | | | | | | | Fixed for failures in buildbot: WindowsSergei Golubchik2016-06-221-2/+2
| * | | | | | | | Merge branch 'connect/10.0' into 10.0Sergei Golubchik2016-06-2141-236/+8781
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | Merge branch '10.0' of https://github.com/MariaDB/server into 10.0Olivier Bertrand2016-06-201-36/+0
| | |\ \ \ \ \ \ \
| | * | | | | | | | - Possibly fix MDEV-10179 Reset remote tables when re-openingOlivier Bertrand2016-06-1318-11/+1144
| | * | | | | | | | git90.msg + git91.msgOlivier Bertrand2016-06-0213-74/+2039
| | * | | | | | | | - New version of the java JdbcInterfaceOlivier Bertrand2016-05-232-78/+151
| | * | | | | | | | Merge branch '10.0' of https://github.com/MariaDB/server into 10.0Olivier Bertrand2016-05-223574-301371/+719517
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | - Fix wrong return from ExecuteQueryOlivier Bertrand2016-05-212-2/+2
| | * | | | | | | | | Commit changes made from 10.1Olivier Bertrand2016-05-215-332/+453
| | * | | | | | | | | Add forgotten changes made on 10.1Olivier Bertrand2016-05-124-12/+26
| | * | | | | | | | | Add all changes made on 10.1Olivier Bertrand2016-05-1214-159/+5398
| * | | | | | | | | | Merge branch 'bb-10.0-serg' into 10.0Sergei Golubchik2016-06-21472-9527/+20910
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'merge-xtradb-5.6' into 0.0Sergei Golubchik2016-06-2140-1032/+762
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / | | | |/| | | | | | | |
| | | * | | | | | | | | 5.6.30-76.3Sergei Golubchik2016-06-2140-1006/+765