From 73a3e555beeb1a7ba2abf3a6fe8c6c44e695ebbd Mon Sep 17 00:00:00 2001 From: "brian@avenger.(none)" <> Date: Mon, 16 Aug 2004 14:19:50 -0700 Subject: [PATCH] Updated of test cases for CSV engine. --- mysql-test/r/ps_1general.result | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/r/ps_1general.result b/mysql-test/r/ps_1general.result index e0a2a364e45..9ef1202a9a1 100644 --- a/mysql-test/r/ps_1general.result +++ b/mysql-test/r/ps_1general.result @@ -317,6 +317,7 @@ NDBCLUSTER YES/NO Clustered, fault-tolerant, memory-based tables NDB YES/NO Alias for NDBCLUSTER EXAMPLE YES/NO Example storage engine ARCHIVE YES/NO Archive storage engine +CSV YES/NO CSV storage engine drop table if exists tx; prepare stmt1 from ' drop table if exists tx ' ; execute stmt1 ;