Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/tap/tests/test_prepare_statement_memory_usage-t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ int check_prepare_statement_mem_usage(MYSQL* proxysql_admin, MYSQL* proxysql, co
old_prep_stmt_backend_mem, new_prep_stmt_backend_mem);

mysql_stmt_close(stmt);
usleep(10000);
return EXIT_SUCCESS;
}

Expand Down
Loading