EVOLUTION-MANAGER
Edit File: allow_no_pk_concurrent_insert.result
drop table if exists t1; # Binary must be compiled with debug for this test CREATE TABLE t1 (a INT) ENGINE=rocksdb; SELECT COUNT(*) from t1; COUNT(*) 400 DROP TABLE t1;