summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* 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-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
* | | Rewrite the innodb.log_file_size test with DBUG_EXECUTE_IF.Marko Mäkelä2017-02-058-124/+118
* | | MDEV-11985 Make innodb_read_only shutdown more robustMarko Mäkelä2017-02-048-16/+78
* | | MDEV-11947 InnoDB purge workers fail to shut downMarko Mäkelä2017-02-044-252/+194
* | | MDEV-11233 CREATE FULLTEXT INDEX with a token longer than 127 bytesMarko Mäkelä2017-01-2710-108/+104
* | | MDEV-11915 Detect InnoDB system tablespace size mismatch earlyMarko Mäkelä2017-01-264-339/+182
* | | MDEV-11814 Refuse innodb_read_only startup if crash recovery is neededMarko Mäkelä2017-01-262-10/+19
* | | connect zip bug fixSergei Golubchik2017-01-171-1/+1
* | | connect: compilation errors and few obvious bugsSergei Golubchik2017-01-172-6/+7
* | | Merge branch 'bb-10.0-vicentiu' into 10.0mariadb-10.0.29Vicențiu Ciorbaru2017-01-1274-1991/+9116
|\ \ \
| * | | Fix unit test after merge from mysql 5.5.35 perfschemaVicențiu Ciorbaru2017-01-101-0/+1
| * | | Fix problems from 5.5 mergeVicențiu Ciorbaru2017-01-101-1/+1
| * | | Merge remote-tracking branch 'merge/merge-perfschema-5.6' into 10.0Vicențiu Ciorbaru2017-01-105-64/+129
| |\ \ \
| | * | | 5.6.35Vicențiu Ciorbaru2017-01-075-64/+129
| * | | | Merge remote-tracking branch 'merge/merge-innodb-5.6' into 10.0vicentiu2017-01-1012-60/+188
| |\ \ \ \
| | * | | | 5.6.35vicentiu2017-01-0712-60/+188
| * | | | | Merge remote-tracking branch 'connect/10.0' into bb-10.0-vicentiuvicentiu2017-01-0655-1866/+8797
| |\ \ \ \ \
| | * | | | | Modified version numberOlivier Bertrand2016-12-251-1/+1
| | * | | | | Merge branch '10.0' of https://github.com/MariaDB/server into ob-10.0Olivier Bertrand2016-12-24189-4166/+9059
| | |\ \ \ \ \
| | * | | | | | Fix some XML table type bugs:Olivier Bertrand2016-12-2317-278/+604
| | * | | | | | - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-1410-97/+64
| | * | | | | | - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-1222-125/+6579
| | * | | | | | - MDEV-11366 SIGBUS errors in Connect Storage Engine for ArmHF and MIPS.Olivier Bertrand2016-12-0212-151/+197