From dc11a82e3371222a9fc869b65c84d7f77234be80 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 16 Aug 2004 14:19:50 -0700 Subject: [PATCH] Updated of test cases for CSV engine. mysql-test/r/ps_1general.result: Updated test results for addition of 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 ;