Skip to content

Commit

Permalink
add tag 11334 (#11513)
Browse files Browse the repository at this point in the history
Approved by: @heni02
  • Loading branch information
Ariznawlll authored and sukki37 committed Sep 9, 2023
1 parent 1f7108c commit 546e10b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@ select * from atomic_table_13;
-- @session}
rollback ;
show create table atomic_table_13;
-- @bvt:issue

-- @bvt:issue#11334
drop table if exists atomic_table_12_5;
drop table if exists atomic_table_13;
create table atomic_table_12_5(c1 int,c2 varchar(25));
Expand Down

0 comments on commit 546e10b

Please sign in to comment.