From 2a9edce6f6e77f68fa750e4ec87f1d248ce06e71 Mon Sep 17 00:00:00 2001 From: "gkodinov/kgeorge@macbook.gmz" <> Date: Mon, 4 Dec 2006 14:29:51 +0200 Subject: [PATCH] type_varchar.result: fixed a valgrind problem --- mysql-test/r/type_varchar.result | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/r/type_varchar.result b/mysql-test/r/type_varchar.result index 4c1aee24642..f6c2f4d01a6 100644 --- a/mysql-test/r/type_varchar.result +++ b/mysql-test/r/type_varchar.result @@ -488,3 +488,4 @@ t 0 Warnings: Warning 1292 Truncated incorrect INTEGER value: '1a' Warning 1292 Truncated incorrect INTEGER value: 't' +DROP TABLE t1;