summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13206: INSERT ON DUPLICATE KEY UPDATE foreign key failbb-10.2-MDEV-13206Jan Lindström2017-11-141-0/+22
* InnoDB: Remove ut_vsnprintf() and the use of my_vsnprintf(); use vsnprintf()Marko Mäkelä2017-11-135-54/+5
* InnoDB: Remove ut_snprintf() and the use of my_snprintf(); use snprintf()Marko Mäkelä2017-11-1321-263/+203
* Remove STATUS_VERBOSE (there is no visible output)Marko Mäkelä2017-11-121-47/+0
* MDEV-14100 Assertion `!is_user_rec || leaf || ...Marko Mäkelä2017-11-101-0/+1
* Follow-up fix of MDEV-13795/MDEV-14332Marko Mäkelä2017-11-101-21/+0
* MDEV-13795/MDEV-14332 Corruption during online table-rebuilding ALTER when VI...Marko Mäkelä2017-11-0912-353/+61
* MDEV-14334: Update test results for rocksdb.bulk_load_rev_dataSergei Petrunia2017-11-091-0/+3
* Cleanup up after failed alter table in add_index_inplace_crashMonty2017-11-091-0/+10
* Merge 10.1 into 10.2Marko Mäkelä2017-11-091-0/+1
|\
| * MDEV-14333 Mariabackup --apply-log-only crashes if incomplete transactions wi...Marko Mäkelä2017-11-091-0/+1
* | Merge 10.1 into 10.2Marko Mäkelä2017-11-085-8/+35
|\ \ | |/
| * Fix integer type mismatch in WSREP debug outputMarko Mäkelä2017-11-082-6/+8
| * Remove dead code for non-debug buildsMarko Mäkelä2017-11-062-0/+4
| * MDEV-12108 Fix backup for Innodb tables with DATA DIRECTORYVladislav Vaintroub2017-11-061-1/+1
* | Merge 10.1 into 10.2Marko Mäkelä2017-11-0727-703/+338
|\ \ | |/
| * Merge 10.0 into 10.1Marko Mäkelä2017-11-064-12/+35
| |\
| | * MDEV-14140 IMPORT TABLESPACE must not go beyond FSP_FREE_LIMITMarko Mäkelä2017-11-064-12/+36
| | * MDEV-11965 -Werror should not appear in released tarballsSergei Golubchik2017-11-021-3/+3
| * | MDEV-13328 ALTER TABLE…DISCARD TABLESPACE takes a lot of timeMarko Mäkelä2017-11-0622-604/+185
| * | Remove redundant function parametersMarko Mäkelä2017-11-062-74/+52
| * | MDEV-14132 InnoDB page corruptionMarko Mäkelä2017-11-062-6/+12
| * | MDEV-14244 MariaDB fails to run with O_DIRECTMarko Mäkelä2017-11-062-12/+28
* | | MDEV-14310 ALTER TABLE…ADD INDEX may corrupt the InnoDB system tablespaceMarko Mäkelä2017-11-071-16/+9
* | | MDEV-14304 Unnecessary conditions in buf_page_get_gen()Marko Mäkelä2017-11-071-31/+2
* | | Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocksSergei Petrunia2017-11-046-114/+121
|\ \ \
| * | | Fix a warning.Vladislav Vaintroub2017-11-021-1/+1
| * | | MDEV-14244 MariaDB 10.2.10 fails to run on Debian Stretch with ext3 and O_DIRECTMarko Mäkelä2017-11-021-29/+15
| * | | Fixed compiler warning and warning from valgrindMonty2017-11-021-1/+1
| * | | Merge 10.1 into 10.2Marko Mäkelä2017-11-014-84/+105
| |\ \ \ | | |/ /
| | * | Merge 10.0 into 10.1Marko Mäkelä2017-10-315-7/+33
| | |\ \ | | | |/
| | | * Backport MDEV-13890 from 10.2 (InnoDB/XtraDB shutdown failure)Marko Mäkelä2017-10-304-6/+32
| | | * MDEV-13860 CONNECT engine does not build with JDBC without ODBCElena Stepanova2017-10-271-1/+1
| | * | MDEV-14219 Allow online table rebuild when encryption or compression paramete...Marko Mäkelä2017-10-312-84/+92
* | | | Make rocksdb.read_only_tx pass and enable itSergei Petrunia2017-11-024-9/+17
|/ / /
* | | Add a missing space to an error messagemariadb-10.2.10Marko Mäkelä2017-10-301-5/+6
* | | Workaround for MDEV-13852 (tests don't run on Windows)Elena Stepanova2017-10-303-3/+3
* | | Fix rocksdb.rocksdb testSergei Petrunia2017-10-291-25/+27
* | | MDEV-13904: rocksdb.add_index_inplace_sstfilewriter timed outSergei Petrunia2017-10-292-11/+11
* | | Organize information in storage/rocksdb/mysql-test/rocksdb/t/disabled.defSergei Petrunia2017-10-291-44/+49
* | | MyRocks: enable a few tests that do not seem to fail anymoreSergei Petrunia2017-10-291-4/+5
* | | MDEV-14181: rocksdb.rocksdb fails: line 1117: query 'reap' succeeded - should...Sergei Petrunia2017-10-292-1/+4
* | | Merge branch 'bb-10.2-mariarocks' of github.com:MariaDB/server into 10.2Sergei Petrunia2017-10-294-58/+174
|\ \ \
| * | | MDEV-11934: MariaRocks: Group Commit with binlogSergei Petrunia2017-10-273-53/+172
| * | | Code cleanupSergei Petrunia2017-10-231-5/+2
* | | | MDEV-14115 : Do not use lpNumberOfBytesRead/Written params inVladislav Vaintroub2017-10-271-12/+11
* | | | MDEV-14132 follow-up fix: Make os_file_get_size() thread-safeMarko Mäkelä2017-10-271-10/+3
* | | | Remove a bogus page_is_root() debug assertion on btr_create() failureMarko Mäkelä2017-10-271-2/+1
* | | | MDEV-14132 follow-up fix: Validate the posix_fallocate() argumentMarko Mäkelä2017-10-271-2/+4
* | | | MDEV-14132 : fix posix_fallocate() calls to workaround some (ancient) Linux ...Vladislav Vaintroub2017-10-271-1/+2