summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | MyRocks: post-merge fixes for Windows: take into account FN_LIBCHAR2Sergei Petrunia2018-05-101-1/+6
| | * | | | MyRocks: fix rocksdb.rocksdb_range test attempt 3Sergei Petrunia2018-05-082-1/+20
| | * | | | Post-merge fixes: fix rocksdb.rocksdb_checksums testSergei Petrunia2018-05-071-0/+1
| * | | | | Merge branch '10.2' of github.com:MariaDB/server into 10.2Sergei Petrunia2018-05-1067-508/+529
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'bb-10.2-mariarocks-merge' of github.com:MariaDB/server into 10.2Sergei Petrunia2018-05-07141-1716/+5177
| |\ \ \ \ \
| | * | | | | Cherry-picked from MyRocks upstream: Issue #809: Wrong query result with bloo...Sergei Petrunia2018-05-075-10/+149
| | * | | | | Post-merge fixes: make rocksdb.allow_to_start_after_corruption passSergei Petrunia2018-04-192-6/+9
| | * | | | | MyRocks: fix rocksdb.information_schema testcase.Sergei Petrunia2018-04-191-1/+11
| | * | | | | MyRocks: Post-merge fixes in bulk_load_error.testSergei Petrunia2018-04-172-15/+16
| | * | | | | MyRocks: Fix link error on WindowsSergei Petrunia2018-04-171-2/+2
| | * | | | | MyRocks: Add files lost during the mergeSergei Petrunia2018-04-162-0/+22
| | * | | | | Post-merge fixes: make rocksdb.use_direct_reads_writes passSergei Petrunia2018-04-152-27/+9
| | * | | | | Post-merge fixes: add a suppression for rocksdb.skip_validate_tmP_tableSergei Petrunia2018-04-152-0/+4
| | * | | | | Post-merge fixes: rocksdb.check_ignore_unknown_optionsSergei Petrunia2018-04-152-3/+5
| | * | | | | Trivial post-merge fixesSergei Petrunia2018-04-154-14/+14
| | * | | | | Fix compile on windows: O_SYNC is not available, use a my_sync() call instead.Sergei Petrunia2018-04-131-1/+8
| | * | | | | Update test resultsSergei Petrunia2018-04-131-0/+1
| | * | | | | Undo fix for MDEV-13852: RocksDB now has a proper WinWriteableFile::IsSyncThr...Sergei Petrunia2018-04-122-451/+0
| | * | | | | - Fix a merge errorSergei Petrunia2018-04-112-1/+1
| | * | | | | Fix ha_rocksdb::calc_eq_cond_len() to handle HA_READ_PREFIX_LAST_OR_PREV corr...Sergei Petrunia2018-04-091-7/+0
| | * | | | | Fix ha_rocksdb::calc_eq_cond_len() to handle HA_READ_PREFIX_LAST_OR_PREV corr...Sergei Petrunia2018-04-091-0/+7
| | * | | | | Make rocksdb.information_schema test stableSergei Petrunia2018-04-092-6/+5
| | * | | | | Post merge fixVarun Gupta2018-02-081-1/+0
| | * | | | | Post-merge fixes: rocksdb.i_s_ddlSergei Petrunia2018-02-012-4/+4
| | * | | | | Post-merge fixes: MariaDB-fication of rdb_i_s_deadlock_infoSergei Petrunia2018-02-012-2/+3
| | * | | | | Post-merge fixes: update .result for rocksdb.i_s_deadlockSergei Petrunia2018-02-011-3/+46
| | * | | | | Post-merge fixes: make rocksdb.bulk_load_unsorted_rev to work.Sergei Petrunia2018-01-312-0/+4
| | * | | | | More post-merge fixesSergei Petrunia2018-01-302-0/+4
| | * | | | | Post-merge fixesSergei Petrunia2018-01-298-39/+75
| | * | | | | Merge from merge-myrocks:Sergei Petrunia2018-01-27133-1220/+5562
| | |\ \ \ \ \
| | | * | | | | Copy ofSergei Petrunia2018-01-27139-1298/+5694
* | | | | | | | MDEV-12266: Remove dict_table_is_discarded()Marko Mäkelä2018-05-1216-82/+38
* | | | | | | | Replace dict_col_is_virtual(col) with col->is_virtual()Marko Mäkelä2018-05-1214-38/+36
* | | | | | | | Replace dict_table_is_temporary(table) with table->is_temporary()Marko Mäkelä2018-05-1222-91/+89
* | | | | | | | CONNECT: remove an outdated declarationSergei Golubchik2018-05-121-2/+0
* | | | | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-05-1141-233/+305
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'connect/10.2' into 10.2Sergei Golubchik2018-05-108-24/+15
| |\ \ \ \ \ \
| | * | | | | | - Fix MDEV-15735 CONNECT [filamtxt.cpp:429]: Suspicious conditionOlivier Bertrand2018-05-0710-45/+33
| | * | | | | | - Fix MDEV-15577 CONNECT engine JDBC remote index prevents UPDATEOlivier Bertrand2018-03-271-1/+1
| * | | | | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-1053-437/+469
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Merge 10.0 into 10.1Marko Mäkelä2018-05-094-4/+8
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | MDEV-16119 InnoDB lock->index refers to a freed object after failed ADD INDEXMarko Mäkelä2018-05-094-4/+8
| | * | | | | | Mroonga cmake failure - LZ4_LIBS = NOTFOUNDVicențiu Ciorbaru2018-05-081-3/+11
| | * | | | | | MDEV-14541 - Workaround GCC ICE on ARM64Sergey Vojtovich2018-05-081-1/+2
| | * | | | | | Merge 10.0 into 10.1Marko Mäkelä2018-05-072-46/+58
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | MDEV-14693 XA: Assertion `!clust_index->online_log' failed in rollback_inplac...Marko Mäkelä2018-05-072-46/+58
| | * | | | | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-05133-2021/+2840
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | compiler warningSergei Golubchik2018-05-041-7/+7
| | | * | | | | Bug #25928471: ONLINE ALTER AND CONCURRENT DELETE ON TABLE WITH MANY TEXT COL...Mayank Prasad2018-05-032-216/+36
| | | * | | | | Squashed commit of connect/10.0:Sergei Golubchik2018-04-2696-1699/+2462