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 | 381da0c9d807ba6347b3802b1bad9dca07c3f3f0 (patch) | |
tree | f8114d82f4cc82dd965c4aa6cf18a2e00ba259cc /tests | |
parent | 7f1715a7c7645e89306303418f05e9a6d056f5a1 (diff) | |
download | mariadb-git-381da0c9d807ba6347b3802b1bad9dca07c3f3f0.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); } |