summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.5 into 10.0Marko Mäkelä2017-03-0810-493/+379
|\
| * MDEV-11027 InnoDB log recovery is too noisyMarko Mäkelä2017-03-086-156/+90
| * Fix a compiler warning.Marko Mäkelä2017-03-081-1/+2
| * Fix some GCC 6.3.0 warnings in MyISAM and Maria.Marko Mäkelä2017-03-082-213/+213
| * MDEV-11520: Retry posix_fallocate() after EINTR.Marko Mäkelä2017-03-034-4/+20
* | Merge branch 'bb-10.0-vicentiu' into 10.0mariadb-10.0.30Vicențiu Ciorbaru2017-03-06182-2567/+5583
|\ \
| * | Make tokudb report ENOENT when renaming table to nonexistant DBVicențiu Ciorbaru2017-03-063-12/+13
| * | Disable 2 tokudb testsVicențiu Ciorbaru2017-03-052-1/+3
| * | rpl_extra_col_slave_tokudb changes result setVicențiu Ciorbaru2017-03-051-4/+3
| * | Fix tokudb.gap_lock_error testVicențiu Ciorbaru2017-03-051-6/+6
| * | Merge remote-tracking branch 'connect/10.0' into 10.0Vicențiu Ciorbaru2017-03-0578-1671/+3966
| |\ \
| | * | Update version number and dateOlivier Bertrand2017-03-029-36/+91
| | * | Fix crashing when joining two JDBC tables..Olivier Bertrand2017-02-241-0/+3
| | * | All changes made on 10.1Olivier Bertrand2017-02-1656-1460/+2137
| | * | Commit changes made for version 10.1Olivier Bertrand2017-01-1730-185/+1740
| * | | Merge branch 'merge-tokudb-5.6' into 10.0Vicențiu Ciorbaru2017-03-0520-83/+756
| |\ \ \
| | * | | 5.6.35-80.0Vicențiu Ciorbaru2017-03-0520-83/+756
| * | | | Update xtradb version to match the merged oneVicențiu Ciorbaru2017-03-051-1/+1
| * | | | Merge branch 'merge-xtradb-5.6' into 10.0Vicențiu Ciorbaru2017-03-0540-469/+691
| |\ \ \ \
| | * | | | 5.6.35-80.0Vicențiu Ciorbaru2017-03-0442-480/+717
| * | | | | Post MDEV-11902 Fix test failures in maria and myisam storage enginesVicențiu Ciorbaru2017-03-032-0/+10
| * | | | | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-0350-346/+160
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | bugfix: remove my_delete_with_symlink()Sergei Golubchik2017-02-272-52/+58
| | * | | | race-condition safe implementation of mi_delete_table/maria_delete_tableSergei Golubchik2017-02-272-39/+6
| | * | | | cleanup: remove now-unused argumentSergei Golubchik2017-02-278-26/+24
| | * | | | MDEV-11902 mi_open race conditionSergei Golubchik2017-02-273-57/+60
| | * | | | cleanup: remove 16-year-old "TODO"Sergei Golubchik2017-02-278-26/+16
| | * | | | cleanup: mysys_test_invalid_symlinkSergei Golubchik2017-02-276-24/+6
| | * | | | MDEV-12120 tokudb_bugs.xa-N tests fail with timeout on valgrindElena Stepanova2017-02-233-0/+3
| | * | | | MDEV-11520/MDEV-5746 post-fix: Do not posix_fallocate() too much.Marko Mäkelä2017-02-222-12/+10
| | * | | | MDEV-11520 post-fixesMarko Mäkelä2017-02-222-4/+6
| | * | | | MDEV-11520 Extending an InnoDB data file unnecessarily allocatesMarko Mäkelä2017-02-215-166/+162
| | * | | | Remove a bogus Valgrind "suppression".Marko Mäkelä2017-02-212-18/+2
| | * | | | Fix gcc 6.3.x compiler warnings.Jan Lindström2017-02-1656-198/+43
| | * | | | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-12-221-11/+42
| | |\ \ \ \
| | | * | | | Fix Bug#24707869 GCC 5 AND 6 MISCOMPILE MACH_PARSE_COMPRESSEDVasil Dimov2016-10-031-11/+42
| | | * | | | Bug#24388746: PRIVILEGE ESCALATION AND RACE CONDITION USING CREATE TABLEJon Olav Hauglid2016-08-193-23/+60
* | | | | | | MDEV-11520: Retry posix_fallocate() after EINTR.Marko Mäkelä2017-03-034-4/+24
|/ / / / / /
* | | | | | MDEV-11753 Link failure on missing -L${LIBLZ4_LIBRARY_DIR}Sergei Golubchik2017-02-281-3/+9
* | | | | | MDEV-11757 KEY_BLOCK_SIZE strangeness when UNCOMPRESSing COMPRESSed InnoDB ta...Sergei Golubchik2017-02-282-0/+70
* | | | | | Fixed test failing as myisam table was deleted before oqgraph table.Michael Widenius2017-02-284-4/+4
* | | | | | Fixed compiler warningsMonty2017-02-283-22/+19
* | | | | | MDEV-12127 InnoDB: Assertion failure loop_count < 5 in file log0log.ccMarko Mäkelä2017-02-282-22/+2
* | | | | | MDEV-11520 post-fixMarko Mäkelä2017-02-222-8/+12
* | | | | | MDEV-11520 Extending an InnoDB data file unnecessarily allocatesMarko Mäkelä2017-02-224-201/+153
* | | | | | MDEV-11774 tokudb.locks-select-update-3 failed in buildbot with lock wait tim...Elena Stepanova2017-02-212-0/+2
* | | | | | MDEV-11802 innodb.innodb_bug14676111 failsMarko Mäkelä2017-02-2043-195/+272
* | | | | | Fix GCC 6.3.0 warnings.Marko Mäkelä2017-02-163-4/+2
* | | | | | Post-push fix for MDEV-11947 InnoDB purge workers fail to shut downMarko Mäkelä2017-02-092-2/+2
* | | | | | MDEV-12024 InnoDB startup fails to wait for recv_writer_thread to finishMarko Mäkelä2017-02-082-6/+4