diff options
author | unknown <msvensson@pilot.mysql.com> | 2007-01-19 11:11:34 +0100 |
---|---|---|
committer | unknown <msvensson@pilot.mysql.com> | 2007-01-19 11:11:34 +0100 |
commit | 0c10457ec4a340337ae0a240b4821216dad76bbe (patch) | |
tree | c20eca05c347b5c2dad5cb61a9e6764fb917d178 /tests | |
parent | fd534e03a6d48723ca5a6d2c620014e7520f32fe (diff) | |
parent | d6e4472f89a4ad96f680b68cec909fceb4397ba7 (diff) | |
download | mariadb-git-0c10457ec4a340337ae0a240b4821216dad76bbe.tar.gz |
Merge bk-internal:/home/bk/mysql-5.0-maint
into pilot.mysql.com:/home/msvensson/mysql/mysql-5.0-maint
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index 1937f74f797..792f955d729 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -12923,7 +12923,6 @@ static void test_bug15518() DIE_UNLESS(rc && mysql_stmt_errno(stmt)); mysql_stmt_close(stmt); - DIE_UNLESS(mysql_errno(mysql1)); } |