Skip to content

Commit b2cf7cf

Browse files
committed
chore: codefmt
1 parent 5923714 commit b2cf7cf

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

tests/suites/0_stateless/02_ddl/02_0001_show_create_table.result

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ tc CREATE TABLE tc (
104104
id4 INT NULL,
105105
id5 INT NULL
106106
) ENGINE=FUSE
107-
>>>>
108-
create or replace table test.auto_increment(c1 int, c2 int autoincrement);
107+
>>>>
108+
create or replace table test.auto_increment(c1 int, c2 int autoincrement, c3 int identity (2, 3) order);
109109

110110
>>>> show create table test.auto_increment;
111111
auto_increment CREATE TABLE auto_increment (

tests/suites/0_stateless/12_time_travel/12_0002_time_travel_show.result

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ t yyyy-mm-dd HH:MM:SS.ssssss
55
3 2 yyyy-mm-dd HH:MM:SS.ssssss yyyy-mm-dd HH:MM:SS.ssssss NULL
66
1 1 yyyy-mm-dd HH:MM:SS.ssssss yyyy-mm-dd HH:MM:SS.ssssss NULL
77
1 1 yyyy-mm-dd HH:MM:SS.ssssss yyyy-mm-dd HH:MM:SS.ssssss NULL
8-
1 1 yyyy-mm-dd HH:MM:SS.ssssss yyyy-mm-dd HH:MM:SS.ssssss NULL
98
seq 1 1 yyyy-mm-dd HH:MM:SS.ssssss yyyy-mm-dd HH:MM:SS.ssssss NULL

tests/suites/0_stateless/18_rbac/18_0016_seq_rbac.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export USER_B_CONNECT="bendsql --user=b --password=123 --host=${QUERY_MYSQL_HAND
99
export USER_C_CONNECT="bendsql --user=c --password=123 --host=${QUERY_MYSQL_HANDLER_HOST} --port ${QUERY_HTTP_HANDLER_PORT}"
1010

1111
for seq in $(echo "select name from show_sequences();" | $BENDSQL_CLIENT_CONNECT); do
12-
echo "=== clean exists sequence: $seq ==="
1312
echo "drop sequence if exists $seq;" | $BENDSQL_CLIENT_CONNECT
1413
done
1514

0 commit comments

Comments
 (0)