Skip to content

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhangxian1008 authored and ti-chi-bot committed Sep 14, 2022
1 parent cbd4368 commit 5b33662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/fullstack-test/expr/logical_op.test
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
mysql> drop table if exists test.t1;
mysql> drop table if exists test.t2;
mysql> drop table if exists test.t3;
mysql> drop table if exists test.t4;
mysql> create table test.t1(a char(20),b double);
mysql> create table test.t2(a char(20));
mysql> create table test.t3(a int);
Expand Down

0 comments on commit 5b33662

Please sign in to comment.