summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormsvensson@pilot.mysql.com <>2007-01-19 11:12:24 +0100
committermsvensson@pilot.mysql.com <>2007-01-19 11:12:24 +0100
commit4dbfac2a5c791174297381efc9bd5c9412a4a22a (patch)
treeefec2b1539b281d00bf5fe4db73f019491f3641c /tests
parentf22549a8c09849e37a85117baf3fb9f1e5165282 (diff)
parentb1a9115d8830a4c0776cb53d65848f388d2c3720 (diff)
downloadmariadb-git-4dbfac2a5c791174297381efc9bd5c9412a4a22a.tar.gz
Merge pilot.mysql.com:/home/msvensson/mysql/mysql-5.0-maint
into pilot.mysql.com:/home/msvensson/mysql/mysql-5.1-new-maint
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index c928fd82fc4..224d0ff13b8 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -12932,7 +12932,6 @@ static void test_bug15518()
DIE_UNLESS(rc && mysql_stmt_errno(stmt));
mysql_stmt_close(stmt);
- DIE_UNLESS(mysql_errno(mysql1));
}