mariadb/storage/rocksdb/mysql-test
Ming Lin 2b76f6f61d MDEV-16703: Update AUTO_INCREMENT in the UPDATE statement
Currently RocksDB engine doesn't update AUTO_INCREMENT in the UPDATE statement.
For example,

CREATE TABLE t1 (pk INT AUTO_INCREMENT, a INT, PRIMARY KEY(pk)) ENGINE=RocksDB;
INSERT INTO t1 (a) VALUES (1);
UPDATE t1 SET pk = 3; ==> AUTO_INCREMENT should be updated to 4.

Without this fix, it hits the Assertion `dd_val >= last_val' failed in
myrocks::ha_rocksdb::load_auto_incr_value_from_index.

(cherry picked from commit f7154242b8)
2018-08-26 15:10:32 +03:00
..
rocksdb MDEV-16703: Update AUTO_INCREMENT in the UPDATE statement 2018-08-26 15:10:32 +03:00
rocksdb_hotbackup MDEV-14123: .rocksdb folder may break workflow which re-create data directory 2017-12-11 12:31:59 +03:00
rocksdb_rpl Merge from merge-myrocks: 2018-01-27 11:52:34 +00:00
rocksdb_stress Copy of 2018-01-27 10:18:20 +00:00
rocksdb_sys_vars MDEV-16300 : remove rocksdb checkpoint created by mariabackup. 2018-06-07 15:12:26 +01:00
storage_engine MDEV-14607 storage_engine-rocksdb.type_bit_indexes fails after latest pushes 2017-12-13 00:29:44 +02:00