summaryrefslogtreecommitdiff
path: root/storage/rocksdb
Commit message (Expand)AuthorAgeFilesLines
* Cleanup up after failed alter table in add_index_inplace_crashMonty2017-11-091-0/+10
* Make rocksdb.read_only_tx pass and enable itSergei Petrunia2017-11-024-9/+17
* 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
* | Disable rocksdb.col_opt_zerofill due to MDEV-14165.Sergei Petrunia2017-10-271-0/+2
* | MDEV-12474 - Fails in fulltestSergei Petrunia2017-10-267-62/+117
|/
* Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocksSergei Petrunia2017-10-232-1/+2
|\
| * Make rocksdb.index_merge_rocksdb2 test stableSergei Petrunia2017-10-202-1/+2
* | MDEV-11934: MariaRocks: Group Commit with binlogSergei Petrunia2017-10-231-0/+10
* | Temporarily disable rocksdb.rpl_ddl_high_priority testSergei Petrunia2017-10-201-0/+1
* | MDEV-11934: MariaRocks: Group Commit with binlogSergei Petrunia2017-10-171-7/+99
* | Merge branch 'bb-10.2-mariarocks' of github.com:MariaDB/server into 10.2Sergei Petrunia2017-10-1316-39/+120
|\ \ | |/ |/|
| * Remove garbage codeSergei Petrunia2017-08-251-2/+0
| * MyRocks: Remove todo-#ifdef in Rdb_trx_info_aggregator::process_tranSergei Petrunia2017-08-251-5/+1
| * Make MyRocks test stable: Data_length may vary slightly as wellSergei Petrunia2017-08-252-4/+4
| * Enable basic XA between MyRocks and the binlogSergei Petrunia2017-08-2514-30/+116
* | Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocks-mergeSergei Petrunia2017-10-132-1/+2
|\ \
| * | MDEV-13928: Missing symbols building RocksDB on macOS 10.12.6Varun Gupta2017-10-111-1/+1
| * | MDEV-13974: Build failure in rocksdb/rdb_datadic.ccVarun Gupta2017-10-101-0/+1
* | | MDEV-13852: temporarily disable running tests on windowsSergei Petrunia2017-10-112-0/+9
* | | Temporarily disable tests that rely on FB-only featuresSergei Petrunia2017-10-091-0/+4
* | | Fix rocksdb.perf_context testSergei Petrunia2017-10-092-0/+7
* | | Fix mege error in rocksdb.use_direct_reads_writes testSergei Petrunia2017-10-091-1/+0
* | | Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocks-mergeSergei Petrunia2017-10-062-4/+6
|\ \ \ | |/ /
| * | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-0/+2
| * | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-4/+4
* | | Post-merge test fixes part #3.Sergei Petrunia2017-09-193-2/+317
* | | Post-merge test fixes part #2.Sergei Petrunia2017-09-198-12/+16
* | | Post-merge fixes part #1.Sergei Petrunia2017-09-1910-13/+43
* | | Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocks-mergeSergei Petrunia2017-09-19100-329/+3348
|\ \ \ | |/ /
| * | MDEV-13602: rocksdb.index_merge_rocksdb2 failed in buildbotSergei Petrunia2017-09-122-4/+12
| * | MDEV-13585: RocksDB plugin fails to build on macOS because of unknown type `t...Varun Gupta2017-09-054-9/+14
| * | Update test results for rocksdb.bulk_load_rev_cf_and_dataSergei Petrunia2017-09-051-0/+3
| * | MDEV-13669: Some MyRocks test take a long timeSergei Petrunia2017-08-311-4/+15
| * | MDEV-13669: Some MyRocks test take a long timeSergei Petrunia2017-08-302-4/+17
| |/
| * MDEV-13602: rocksdb.index_merge_rocksdb2 failed in buildbotSergei Petrunia2017-08-2310-27/+2122
| * Fix rocksdb.bulk_load testSergei Petrunia2017-08-212-1/+1
| * MDEV-13600: Update test results for rocksdb.bulk_load_rev_cfSergei Petrunia2017-08-211-0/+3
| * MDEV-13513: rocksdb.drop_table fails in buidbot with assertion failureSergei Petrunia2017-08-161-7/+11
| * MDEV-13515: rocksdb.use_direct_reads_writes fails in buildbot with not found ...Sergei Petrunia2017-08-152-32/+54
| * Changes to RocksDB tests after the engine mergeElena Stepanova2017-08-1419-1162/+63
| * MDEV-13522: rocksdb.rocksdb_parts failed in buildbotSergei Petrunia2017-08-142-1/+2
| * MyRocks: Fix merge typo in server stderr messageSergei Petrunia2017-08-141-1/+1