Commit 290368e7 authored by Sergei Petrunia's avatar Sergei Petrunia

MyRocks: post-merge fixes part #6: make rocksdb.allow_no_primary_key test pass

parent 5e4f3af9
......@@ -276,10 +276,10 @@ a
10
20
30
connect con1,localhost,root,,;
connection con1;
alter table t1 force;
select * from t1;
a
insert into t1 values (100);
connection default;
select * from t1;
a
connection con1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment