summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MyRocks: Fix merge typo in server stderr messageSergei Petrunia2017-08-141-1/+1
* Fix some GCC 7 warnings for InnoDBMarko Mäkelä2017-08-107-11/+12
* MDEV-13481 Merge new release of InnoDB MySQL 5.7.19 to 10.2Marko Mäkelä2017-08-1010-23/+74
|\
| * Bug #24961167 CONCURRENT INSERT FAILS IF TABLE DOES REBUILDThirunarayanan Balathandayuthapani2017-08-091-0/+3
| * Bug #24960450 CONCURRENT DELETE DOESN'T APPLY DURING TABLE REBUILDThirunarayanan Balathandayuthapani2017-08-091-2/+2
| * Remove dead references to clust_templ_for_secMarko Mäkelä2017-08-091-6/+0
| * Bug #25357789 INNODB: LATCH ORDER VIOLATION DURING TRUNCATE TABLE IF INNODB_S...Thirunarayanan Balathandayuthapani2017-08-094-8/+47
| * BUG#25365223 ERRORLOG UPDATED WITH NOTES INFORMATION WHEN A REF FKEY ISN'T FO...Darshan M N2017-08-091-4/+8
| * Bug #25573565 TABLE REBUILD USES EXCESSIVE MEMORYThirunarayanan Balathandayuthapani2017-08-091-2/+3
| * MDEV-12868 MySQL bug #84038 also affects MariaDB 10.2Marko Mäkelä2017-08-091-0/+10
|/
* MDEV-13472 rpl.rpl_semi_sync_wait_point crashes because of thd_destructor_proxyMarko Mäkelä2017-08-091-2/+4
* Follow-up to MDEV-11487: Remove InnoDB internal temporary tablesMarko Mäkelä2017-08-083-26/+6
* Add DBUG "trx" instrumentation that was used for catching MDEV-13470Marko Mäkelä2017-08-082-2/+14
* Backport MDEV-13430 recovery improvement to MariaDB 10.2Marko Mäkelä2017-08-081-21/+24
* MDEV-11939: innochecksum mistakes a file for an encrypted one (page 0 invalid)Jan Lindström2017-08-0814-167/+164
* MDEV-11937: InnoDB flushes redo log too oftenKristian Nielsen2017-08-073-38/+3
* Attempt to make rocksdb.rocksdb_parts stableSergei Petrunia2017-08-072-1/+11
* Make rocksdb.rocksdb_icp test stableSergei Petrunia2017-08-072-4/+4
* MDEV-13452 Assertion `!recv_no_log_write' failed in log_reserve_and_open()Marko Mäkelä2017-08-072-2/+4
* MDEV-13451 Assertion `!recv_no_ibuf_operations' failed in ibuf_page_low()Marko Mäkelä2017-08-071-2/+1
* Backport to 10.2: Make rocksdb.type_varchar test stableSergei Petrunia2017-08-062-12/+12
* More commentsSergei Petrunia2017-08-051-0/+1
* Make "SET @@rocksdb_bulk_load=0" return an error instead of crashing the serverSergei Petrunia2017-08-033-14/+28
* Make rocksdb.prefix_extractor_override work on WindowsSergei Petrunia2017-08-011-1/+3
* Use proper #include'sSergei Petrunia2017-08-011-0/+1
* Post-merge fix: Rdb_io_watchdog doesn't support windowsSergei Petrunia2017-08-012-11/+6
* Post-merge fix: Rdb_io_watchdog doesn't support windowsSergei Petrunia2017-07-313-3/+26
* MDEV-13413: After the merge rocksdb.drop_table fails with warningsSergei Petrunia2017-07-312-40/+0
* Disable rocksdb.issue243_transactionStatusSergei Petrunia2017-07-301-0/+1
* Update test result for rocksdb.tbl_opt_data_index_dirSergei Petrunia2017-07-301-6/+6
* Fixes for a few more post-merge test failuresSergei Petrunia2017-07-305-17/+22
* Fix rocksdb.duplicate_table testSergei Petrunia2017-07-301-1/+1
* Mark all tests that are derived from rocksdb.bulk_load as "big".Sergei Petrunia2017-07-303-0/+6
* MDEV-13404: MyRocks upstream uses I_S.table_statistics.row_lock_deadlocksSergei Petrunia2017-07-302-46/+15
* Fix the merge of rocksdb_sys_vars test suiteSergei Petrunia2017-07-292-8/+2
* Merge branch 'bb-10.2-mariarocks' of github.com:MariaDB/server into bb-10.2-m...Sergei Petrunia2017-07-291-0/+3
|\
| * Post-merge fix: fix compilationSergei Petrunia2017-07-291-0/+3
* | Make rocksdb.bloomfilter_skip pass.Sergei Petrunia2017-07-292-14/+18
* | Test result updates: don't hardcode error numbers in the tests.Sergei Petrunia2017-07-291-7/+7
|/
* More post-merge updates to get the tests passSergei Petrunia2017-07-293-4/+79
* Trivial updates to get a few rocksdb.* testcases to passSergei Petrunia2017-07-2915-23/+76
* Merge MyRocks merge tree into bb-10.2-mariarocks, unfinished.Sergei Petrunia2017-07-29201-2506/+13574
|\
| * Copy ofSergei Petrunia2017-07-28302-2665/+13791
* | MDEV-13153: Assertion ... failed on partitioned RocksDB tableSergei Petrunia2017-07-282-0/+22
* | CONNECT: accessed p[i] outside of the loopSergei Golubchik2017-07-151-26/+26
* | deb packages didn't buildSergei Golubchik2017-07-131-1/+1
* | Merge branch 'connect/10.2' into 10.2Sergei Golubchik2017-07-13127-2323/+9891
|\ \
| * | - Fix MDEV-13239 Suppress the restriction about no blanksOlivier Bertrand2017-07-041-5/+23
| * | - Suppress warning when creating mongo JSON tablesOlivier Bertrand2017-07-036-17/+26
| * | - Add Support of the MongoDB Java Driver.Olivier Bertrand2017-07-0246-2477/+5400