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 ...@@ -276,10 +276,10 @@ a
10 10
20 20
30 30
connect con1,localhost,root,,;
connection con1;
alter table t1 force; alter table t1 force;
select * from t1; connection default;
a
insert into t1 values (100);
select * from t1; select * from t1;
a a
connection con1; 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