diff options
author | Ramil Kalimullin <ramil@mysql.com> | 2009-07-06 11:55:53 +0500 |
---|---|---|
committer | Ramil Kalimullin <ramil@mysql.com> | 2009-07-06 11:55:53 +0500 |
commit | 345e8347cb0931f212fdd22cca6d8558b4e0843c (patch) | |
tree | f8114d82f4cc82dd965c4aa6cf18a2e00ba259cc /tests | |
parent | 1621a97fd447a9786d6abbaeffafb65dcc60d6b3 (diff) | |
download | mariadb-git-345e8347cb0931f212fdd22cca6d8558b4e0843c.tar.gz |
Fix for bug#42364 reverted.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index 73d0ab6ce1e..b836293442a 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -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); } |