summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* ha_archive::info remove hidden assignmentDaniel Black2017-07-031-1/+0
* MDEV-11626 innodb.innodb-change-buffer-recovery fails for xtradbMarko Mäkelä2017-05-292-12/+0
* Make IF clear.Oleksandr Byelkin2017-05-181-8/+17
* MDEV-12230 include/my_sys.h:600:43: error: unknown type name ‘PSI_file_keyâ...Sergei Golubchik2017-04-202-4/+4
* Merge remote-tracking branch 'mysql/5.5' into 5.5mariadb-5.5.55Sergei Golubchik2017-04-112-1/+10
|\
| * Bug #25167032 CRASH WHEN ASSIGNING MY_ERRNO - MISSINGThirunarayanan Balathandayuthapani2017-01-062-1/+10
* | 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
* | 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
* | str2decimal: don't return a negative zeroSergei Golubchik2016-12-051-2/+0
* | MDEV-11241 Certain combining marks cause MariaDB to crash when doing Full-Tex...Sergei Golubchik2016-12-031-6/+1
* | compilation warning after xtradb mergemariadb-5.5.53Sergei Golubchik2016-10-141-1/+1
* | Merge branch 'merge-xtradb-5.5' into 5.5Sergei Golubchik2016-10-1311-50/+179
|\ \
| * | 5.5.52-38.3Sergei Golubchik2016-10-1311-46/+179
* | | 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-10247 TokuDB assertion error when building with DEBUGVicențiu Ciorbaru2016-06-171-3/+12
* | | Fix typo bug that cause myisam repair to failmariadb-5.5.50Vicențiu Ciorbaru2016-06-162-3/+3
* | | Fix compilation failure when compiling with std=c90Vicențiu Ciorbaru2016-06-162-7/+5
* | | MDEV-9256 : Crashes on Windows x64 with aria_pagecache_buffer_size > 4GBVladislav Vaintroub2016-06-143-37/+37
* | | MDEV-10229: TokuDB fails to build with CLangVicențiu Ciorbaru2016-06-145-28/+9
* | | MDEV-10162: Update repair testcaseVicențiu Ciorbaru2016-06-142-15/+6
* | | Fixed compilation failure using clangVicențiu Ciorbaru2016-06-143-284/+319
* | | [Code cleanup] Refactor duplicate code within myisam and maria sort.ccVicențiu Ciorbaru2016-06-142-73/+53
* | | Merge branch 'merge-xtradb-5.5' into 5.5Sergei Golubchik2016-06-145-31/+76
|\ \ \ | |/ /
| * | 5.5.49-37.9Sergei Golubchik2016-06-146-31/+76
* | | MDEV-9994 - Aria service threads are not "joined"Sergey Vojtovich2016-06-104-61/+26
* | | MDEV-7139: Sporadic failure in innodb.innodb_corrupt_bit on P8Jan Lindström2016-06-084-2/+148
* | | Merge branch 'bb-5.5-serg' into 5.5mariadb-5.5.49Sergei Golubchik2016-04-2011-56/+91
|\ \ \
| * \ \ Merge branch 'merge-xtradb-5.5' into 5.5Sergei Golubchik2016-04-206-27/+60
| |\ \ \ | | |/ /