Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
-
Windows(probably does not matter), 10.2 server branch, master C/C branch
Description
static int conc_217(MYSQL *mysql)
{ MYSQL_STMT *stmt= mysql_stmt_init(mysql); int rc= mariadb_stmt_execute_direct(stmt, "SELECT * from non_existent", -1); FAIL_IF(rc != 1, "Error expected"); /* No matter we do after this, nothing will work on this connection */ mysql_stmt_close(stmt); check_mysql_rc(mysql_query(ma, "drop table if exists t_count"), mysql); return OK; }