Skip to content

Commit 41b0e96

Browse files
committed
create missing database test in tap test
1 parent 952bd39 commit 41b0e96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tap/tests/test_com_reset_connection_com_change_user-t.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,6 +1201,7 @@ int main(int argc, char** argv) {
12011201
}
12021202

12031203
MYSQL_QUERY(admin, "LOAD MYSQL USERS TO RUNTIME");
1204+
MYSQL_QUERY(mysql_server, "CREATE DATABASE IF NOT EXISTS test");
12041205

12051206
for (const auto& test_fn : tests_fns) {
12061207
int test_res = EXIT_FAILURE;

0 commit comments

Comments
 (0)