mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix for bug#42364 reverted.
This commit is contained in:
@ -4769,8 +4769,6 @@ static void test_errors()
|
||||
result= mysql_store_result(mysql);
|
||||
mytest(result);
|
||||
|
||||
DIE_UNLESS(mysql_num_rows(result) == 1);
|
||||
|
||||
(void) my_process_result_set(result);
|
||||
mysql_free_result(result);
|
||||
}
|
||||
|
Reference in New Issue
Block a user