diff options
author | konstantin@oak.local <> | 2003-11-26 20:18:55 +0300 |
---|---|---|
committer | konstantin@oak.local <> | 2003-11-26 20:18:55 +0300 |
commit | 2556abd912ffca3d2327b149f26ba1862b1f39c7 (patch) | |
tree | 9ea47a9718bb99cfe896e7a580957057015513a2 /tests | |
parent | 292b0a1892d07b171dd3d77320f1e61c3efc716e (diff) | |
download | mariadb-git-2556abd912ffca3d2327b149f26ba1862b1f39c7.tar.gz |
cleanup
Diffstat (limited to 'tests')
-rw-r--r-- | tests/client_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/client_test.c b/tests/client_test.c index e074d46a788..1575a3120ab 100644 --- a/tests/client_test.c +++ b/tests/client_test.c @@ -8234,8 +8234,6 @@ int main(int argc, char **argv) /* Used for internal new development debugging */ test_drop_temp(); /* to test DROP TEMPORARY TABLE Access checks */ #endif - test_bug1946(); /* test that placeholders are allowed only in - prepared queries */ test_fetch_seek(); /* to test stmt seek() functions */ test_fetch_nobuffs(); /* to fecth without prior bound buffers */ test_open_direct(); /* direct execution in the middle of open stmts */ @@ -8335,6 +8333,8 @@ int main(int argc, char **argv) test_bug1180(); /* BUG#1180 */ test_bug1500(); /* BUG#1500 */ test_bug1644(); /* BUG#1644 */ + test_bug1946(); /* test that placeholders are allowed only in + prepared queries */ end_time= time((time_t *)0); total_time+= difftime(end_time, start_time); |