Skip to content
Permalink
Browse files
MyRocks: post-merge fixes part #6: make rocksdb.allow_no_primary_key …
…test pass
  • Loading branch information
spetrunia committed Aug 30, 2018
1 parent 5e4f3af commit 290368e
Showing 1 changed file with 3 additions and 3 deletions.
@@ -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;

0 comments on commit 290368e

Please sign in to comment.