summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorpem@mysql.comhem.se <>2003-10-27 10:50:18 +0100
committerpem@mysql.comhem.se <>2003-10-27 10:50:18 +0100
commitea075fbb657fad05a2d20199b7c544c4bee05d1f (patch)
tree8133f175da762cc89a5b80764c27108656c97566 /tests
parent1814e16378cbc2bb887e8008bbb3dcd730cd13d3 (diff)
downloadmariadb-git-ea075fbb657fad05a2d20199b7c544c4bee05d1f.tar.gz
BUG#1644: Insertion of more than 3 NULL columns with parameter binding fails
Fixed. Enabled test case in client_test.c.
Diffstat (limited to 'tests')
-rw-r--r--tests/client_test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/client_test.c b/tests/client_test.c
index d6c4fb78ef9..fd9eb380228 100644
--- a/tests/client_test.c
+++ b/tests/client_test.c
@@ -8145,9 +8145,8 @@ int main(int argc, char **argv)
test_ts(); /* test for timestamp BR#819 */
test_bug1115(); /* BUG#1115 */
test_bug1180(); /* BUG#1180 */
-#if NOT_YET_FIXED
test_bug1644(); /* BUG#1644 */
-#endif
+
end_time= time((time_t *)0);
total_time+= difftime(end_time, start_time);