Skip to content

Commit

Permalink
=?UTF-8?q?rocksdb.issue495=20test=20uses=20partitions=20a?= =?UTF-8?q…
Browse files Browse the repository at this point in the history
…?nd=20so=20must=20declare=20that=20with=20a=E2=80=A6=20(percona#566)?= (percona#566)

Summary:
… source directive

also, don't fail if the table t already existed.
Closes facebook/mysql-5.6#566

Differential Revision: D4705949

Pulled By: jkedgar
  • Loading branch information
spetrunia authored and inikep committed Apr 9, 2024
1 parent aee0389 commit fcd4209
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mysql-test/suite/rocksdb/r/issue495.result
@@ -1,6 +1,4 @@
drop table if exists t;
Warnings:
Note 1051 Unknown table 'test.t'
create table t (
a int,
b int,
Expand Down
4 changes: 4 additions & 0 deletions mysql-test/suite/rocksdb/t/issue495.test
@@ -1,4 +1,8 @@
--source include/have_partition.inc
--disable_warnings
drop table if exists t;
--enable_warnings

create table t (
a int,
b int,
Expand Down

0 comments on commit fcd4209

Please sign in to comment.