Skip to content

Commit 4a4576e

Browse files
committed
drop products
1 parent e761135 commit 4a4576e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/suites/1_stateful/09_http_handler/09_0002_query_log.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
44
. "$CURDIR"/../../../shell_env.sh
55

6+
echo "drop table if exists products;" | $MYSQL_CLIENT_CONNECT
67
echo "drop stage if exists s1;" | $MYSQL_CLIENT_CONNECT
78
echo "CREATE STAGE s1 FILE_FORMAT = (TYPE = CSV);" | $MYSQL_CLIENT_CONNECT
89
echo "create table products (id int, name string, description string);" | $MYSQL_CLIENT_CONNECT

0 commit comments

Comments
 (0)