1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fix for bug#42364 reverted.

This commit is contained in:
Ramil Kalimullin
2009-07-06 11:55:53 +05:00
parent 7f1715a7c7
commit 381da0c9d8
4 changed files with 1 additions and 15 deletions

View File

@ -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);
}