Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | MyRocks: post-merge fixes for Windows: take into account FN_LIBCHAR2 | Sergei Petrunia | 2018-05-10 | 1 | -1/+6 | |
| | * | | | | MyRocks: fix rocksdb.rocksdb_range test attempt 3 | Sergei Petrunia | 2018-05-08 | 2 | -1/+20 | |
| | * | | | | Post-merge fixes: fix rocksdb.rocksdb_checksums test | Sergei Petrunia | 2018-05-07 | 1 | -0/+1 | |
| * | | | | | Merge branch '10.2' of github.com:MariaDB/server into 10.2 | Sergei Petrunia | 2018-05-10 | 67 | -508/+529 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge branch 'bb-10.2-mariarocks-merge' of github.com:MariaDB/server into 10.2 | Sergei Petrunia | 2018-05-07 | 141 | -1716/+5177 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Cherry-picked from MyRocks upstream: Issue #809: Wrong query result with bloo... | Sergei Petrunia | 2018-05-07 | 5 | -10/+149 | |
| | * | | | | | Post-merge fixes: make rocksdb.allow_to_start_after_corruption pass | Sergei Petrunia | 2018-04-19 | 2 | -6/+9 | |
| | * | | | | | MyRocks: fix rocksdb.information_schema testcase. | Sergei Petrunia | 2018-04-19 | 1 | -1/+11 | |
| | * | | | | | MyRocks: Post-merge fixes in bulk_load_error.test | Sergei Petrunia | 2018-04-17 | 2 | -15/+16 | |
| | * | | | | | MyRocks: Fix link error on Windows | Sergei Petrunia | 2018-04-17 | 1 | -2/+2 | |
| | * | | | | | MyRocks: Add files lost during the merge | Sergei Petrunia | 2018-04-16 | 2 | -0/+22 | |
| | * | | | | | Post-merge fixes: make rocksdb.use_direct_reads_writes pass | Sergei Petrunia | 2018-04-15 | 2 | -27/+9 | |
| | * | | | | | Post-merge fixes: add a suppression for rocksdb.skip_validate_tmP_table | Sergei Petrunia | 2018-04-15 | 2 | -0/+4 | |
| | * | | | | | Post-merge fixes: rocksdb.check_ignore_unknown_options | Sergei Petrunia | 2018-04-15 | 2 | -3/+5 | |
| | * | | | | | Trivial post-merge fixes | Sergei Petrunia | 2018-04-15 | 4 | -14/+14 | |
| | * | | | | | Fix compile on windows: O_SYNC is not available, use a my_sync() call instead. | Sergei Petrunia | 2018-04-13 | 1 | -1/+8 | |
| | * | | | | | Update test results | Sergei Petrunia | 2018-04-13 | 1 | -0/+1 | |
| | * | | | | | Undo fix for MDEV-13852: RocksDB now has a proper WinWriteableFile::IsSyncThr... | Sergei Petrunia | 2018-04-12 | 2 | -451/+0 | |
| | * | | | | | - Fix a merge error | Sergei Petrunia | 2018-04-11 | 2 | -1/+1 | |
| | * | | | | | Fix ha_rocksdb::calc_eq_cond_len() to handle HA_READ_PREFIX_LAST_OR_PREV corr... | Sergei Petrunia | 2018-04-09 | 1 | -7/+0 | |
| | * | | | | | Fix ha_rocksdb::calc_eq_cond_len() to handle HA_READ_PREFIX_LAST_OR_PREV corr... | Sergei Petrunia | 2018-04-09 | 1 | -0/+7 | |
| | * | | | | | Make rocksdb.information_schema test stable | Sergei Petrunia | 2018-04-09 | 2 | -6/+5 | |
| | * | | | | | Post merge fix | Varun Gupta | 2018-02-08 | 1 | -1/+0 | |
| | * | | | | | Post-merge fixes: rocksdb.i_s_ddl | Sergei Petrunia | 2018-02-01 | 2 | -4/+4 | |
| | * | | | | | Post-merge fixes: MariaDB-fication of rdb_i_s_deadlock_info | Sergei Petrunia | 2018-02-01 | 2 | -2/+3 | |
| | * | | | | | Post-merge fixes: update .result for rocksdb.i_s_deadlock | Sergei Petrunia | 2018-02-01 | 1 | -3/+46 | |
| | * | | | | | Post-merge fixes: make rocksdb.bulk_load_unsorted_rev to work. | Sergei Petrunia | 2018-01-31 | 2 | -0/+4 | |
| | * | | | | | More post-merge fixes | Sergei Petrunia | 2018-01-30 | 2 | -0/+4 | |
| | * | | | | | Post-merge fixes | Sergei Petrunia | 2018-01-29 | 8 | -39/+75 | |
| | * | | | | | Merge from merge-myrocks: | Sergei Petrunia | 2018-01-27 | 133 | -1220/+5562 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Copy of | Sergei Petrunia | 2018-01-27 | 139 | -1298/+5694 | |
* | | | | | | | | MDEV-12266: Remove dict_table_is_discarded() | Marko Mäkelä | 2018-05-12 | 16 | -82/+38 | |
* | | | | | | | | Replace dict_col_is_virtual(col) with col->is_virtual() | Marko Mäkelä | 2018-05-12 | 14 | -38/+36 | |
* | | | | | | | | Replace dict_table_is_temporary(table) with table->is_temporary() | Marko Mäkelä | 2018-05-12 | 22 | -91/+89 | |
* | | | | | | | | CONNECT: remove an outdated declaration | Sergei Golubchik | 2018-05-12 | 1 | -2/+0 | |
* | | | | | | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-05-11 | 41 | -233/+305 | |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Merge branch 'connect/10.2' into 10.2 | Sergei Golubchik | 2018-05-10 | 8 | -24/+15 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | - Fix MDEV-15735 CONNECT [filamtxt.cpp:429]: Suspicious condition | Olivier Bertrand | 2018-05-07 | 10 | -45/+33 | |
| | * | | | | | | - Fix MDEV-15577 CONNECT engine JDBC remote index prevents UPDATE | Olivier Bertrand | 2018-03-27 | 1 | -1/+1 | |
| * | | | | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2018-05-10 | 53 | -437/+469 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | ||||||
| | * | | | | | | Merge 10.0 into 10.1 | Marko Mäkelä | 2018-05-09 | 4 | -4/+8 | |
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | | | ||||||
| | | * | | | | | MDEV-16119 InnoDB lock->index refers to a freed object after failed ADD INDEX | Marko Mäkelä | 2018-05-09 | 4 | -4/+8 | |
| | * | | | | | | Mroonga cmake failure - LZ4_LIBS = NOTFOUND | Vicențiu Ciorbaru | 2018-05-08 | 1 | -3/+11 | |
| | * | | | | | | MDEV-14541 - Workaround GCC ICE on ARM64 | Sergey Vojtovich | 2018-05-08 | 1 | -1/+2 | |
| | * | | | | | | Merge 10.0 into 10.1 | Marko Mäkelä | 2018-05-07 | 2 | -46/+58 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | ||||||
| | | * | | | | | MDEV-14693 XA: Assertion `!clust_index->online_log' failed in rollback_inplac... | Marko Mäkelä | 2018-05-07 | 2 | -46/+58 | |
| | * | | | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2018-05-05 | 133 | -2021/+2840 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | ||||||
| | | * | | | | | compiler warning | Sergei Golubchik | 2018-05-04 | 1 | -7/+7 | |
| | | * | | | | | Bug #25928471: ONLINE ALTER AND CONCURRENT DELETE ON TABLE WITH MANY TEXT COL... | Mayank Prasad | 2018-05-03 | 2 | -216/+36 | |
| | | * | | | | | Squashed commit of connect/10.0: | Sergei Golubchik | 2018-04-26 | 96 | -1699/+2462 |