summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Make MariaDB CRC32-lib platform independence (#780)Yuqi2018-06-011-1/+1
* Follow-up to MDEV-14168: Correct INNOBASE_DEFAULTSMarko Mäkelä2018-05-311-8/+7
* MDEV-16334 Incorrect ALTER TABLE for changing column optionMarko Mäkelä2018-05-303-13/+6
* After-merge fixesMarko Mäkelä2018-05-302-2/+3
* Merge 10.2 into 10.3Marko Mäkelä2018-05-2924-233/+304
|\
| * Merge 10.1 into 10.2Marko Mäkelä2018-05-2922-213/+207
| |\
| | * MDEV-16283 ALTER TABLE...DISCARD TABLESPACE still takes long on a large buffe...Marko Mäkelä2018-05-2920-174/+178
| | * MDEV-14589 InnoDB should not lock a delete-marked recordMarko Mäkelä2018-05-292-28/+42
| | * Fixed compiler warningsMonty2018-05-262-46/+43
| * | MDEV-13834 10.2 wrongly recognizes 10.1.10 innodb_encrypt_log=ON data as afte...Marko Mäkelä2018-05-281-36/+31
| * | MDEV-16310: rocksdb.check_ignore_unknown_options fails on OS XSergei Petrunia2018-05-281-1/+1
| * | Merge remote-tracking branch 'origin/10.1' into 10.2Monty2018-05-2414-122/+207
| |\ \ | | |/
| | * Merge 10.0 into 10.1Marko Mäkelä2018-05-242-18/+38
| | |\
| | | * MDEV-16267 Wrong INFORMATION_SCHEMA.INNODB_BUFFER_PAGE.TABLE_NAMEMarko Mäkelä2018-05-242-18/+38
| | * | Merge remote-tracking branch 'origin/10.0' into 10.1Monty2018-05-2413-113/+188
| | |\ \ | | | |/
| | | * Fixes for Aria transaction handling with lock tablesMonty2018-05-2213-113/+188
| | * | MDEV-12900: spider tests failed in buildbot with valgrindJacob Mathew2018-05-213-83/+7
| * | | Fixed archive to work with record[1]Monty2018-05-241-6/+6
* | | | Fixed wrong usage of variable in ha_sphinx.ccMonty2018-05-271-1/+1
* | | | moved include <cmath> from my_global.hSergey Vojtovich2018-05-262-0/+2
* | | | Cleanup isnan() portability checksSergey Vojtovich2018-05-265-10/+0
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-243-2/+14
|\ \ \ \ | |/ / /
| * | | MDEV-13779 InnoDB fails to shut down purge, causing hangMarko Mäkelä2018-05-243-2/+14
* | | | MDEV-15578: MyRocks: support zstandard compression where the distro allows itVicențiu Ciorbaru2018-05-241-0/+7
* | | | fix gcc row0trunc compilation error aarch64Ashutosh Parida2018-05-241-0/+1
* | | | Merge branch '10.3' into bb-10.3-releaseSergei Golubchik2018-05-249-112/+88
|\ \ \ \
| * \ \ \ Merge 10.2 into 10.3Marko Mäkelä2018-05-246-108/+84
| |\ \ \ \ | | |/ / /
| | * | | MDEV-16267 Wrong INFORMATION_SCHEMA.INNODB_BUFFER_PAGE.TABLE_NAMEMarko Mäkelä2018-05-243-105/+79
| | * | | MDEV-16262: rocksdb.issue255 test sometimes fails in buildbotSergei Petrunia2018-05-232-2/+2
| | * | | MDEV-12439: MariaRocks produces numerous (spurious?) valgrind failuresSergei Petrunia2018-05-221-0/+3
| * | | | Correct commentsMarko Mäkelä2018-05-241-2/+2
| * | | | Use std::isfinite in C++ codeSergey Vojtovich2018-05-242-2/+2
* | | | | promote Spider to "stable"Sergei Golubchik2018-05-222-2/+2
|/ / / /
* | | | Merge branch 'github/10.2' into 10.3Sergei Golubchik2018-05-2214-24/+182
|\ \ \ \ | |/ / /
| * | | MDEV-12900: spider tests failed in buildbot with valgrindJacob Mathew2018-05-213-83/+7
| * | | Set MyRocks plugin version to StableSergei Petrunia2018-05-212-14/+14
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-202-0/+13
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-192-1/+14
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2018-05-192-0/+9
| | | |\
| | | | * MDEV-654 Assertion `share->now_transactional' failed in flush_log_for_bitmap ...Monty2018-05-152-0/+9
| | | * | Fix that FLUSH TABLES FOR EXPORT also works for Aria tables.Monty2018-05-161-1/+1
| | | * | MDEV-14943 Alter table ORDER BY bugMonty2018-05-152-0/+4
| | * | | MDEV-7914: spider/bg.ha, spider/bg.ha_part crash server sporadically in buildbotJacob Mathew2018-05-184-36/+76
| * | | | MDEV-12465: Server crashes in my_scan_weight_utf8_bin upon collecting stats f...Sergei Petrunia2018-05-192-0/+52
| * | | | MDEV-16200: -DPLUGIN_ROCKSDB=YES leads to errors during buildSergei Petrunia2018-05-181-1/+1
| * | | | MDEV-15304: Server crash in print_keydup_error / key_unpack or unexpected ER_...Sergei Petrunia2018-05-184-8/+77
| * | | | MDEV-7914: spider/bg.ha, spider/bg.ha_part crash server sporadically in buildbotJacob Mathew2018-05-174-36/+76
| * | | | Merge branch '10.2' into bb-10.2-releaseSergei Golubchik2018-05-171-2/+12
| |\ \ \ \
| * | | | | MDEV-16183 TokuDB tests fail on Fedora 28mariadb-10.2.15Sergei Golubchik2018-05-163-1/+34
* | | | | | MDEV-12900: spider tests failed in buildbot with valgrindJacob Mathew2018-05-213-84/+8
|\ \ \ \ \ \