mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
Fix for bug#42364 reverted.
This commit is contained in:
parent
1621a97fd4
commit
345e8347cb
4 changed files with 1 additions and 15 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue