From 056c71f1ae445b96c13e241d40a729f16e65bb4a Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 24 Nov 2001 17:45:22 +0100 Subject: memory leak fixed --- mysql-test/r/update.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/r/update.result') diff --git a/mysql-test/r/update.result b/mysql-test/r/update.result index 436f837ab68..ba5c1c6e28f 100644 --- a/mysql-test/r/update.result +++ b/mysql-test/r/update.result @@ -109,6 +109,6 @@ update t1 set b=4 where a=1 order by b desc limit 1; select * from t1; a b 1 4 -1 4 1 2 +1 4 drop table t1; -- cgit v1.2.1