We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e209e commit b3c35dfCopy full SHA for b3c35df
unittest/libmariadb/ps.c
@@ -39,13 +39,15 @@ static int test_conc83(MYSQL *mysql)
39
/* 1. Status is inited, so prepare should work */
40
41
rc= mysql_kill(mysql, mysql_thread_id(mysql));
42
+ sleep(2);
43
44
rc= mysql_stmt_prepare(stmt, query, strlen(query));
45
check_stmt_rc(rc, stmt);
46
diag("Ok");
47
48
/* 2. Status is prepared, second prepare should fail */
49
50
51
52
53
FAIL_IF(!rc, "Error expected");
0 commit comments