summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <brian@avenger.(none)>2004-08-16 14:19:50 -0700
committerunknown <brian@avenger.(none)>2004-08-16 14:19:50 -0700
commitdc11a82e3371222a9fc869b65c84d7f77234be80 (patch)
treed258d0ad34306d62de864d6918823588db4f5535 /mysql-test
parenta7a508e14fa4539f28591050d95f70295dd904f9 (diff)
downloadmariadb-git-dc11a82e3371222a9fc869b65c84d7f77234be80.tar.gz
Updated of test cases for CSV engine.
mysql-test/r/ps_1general.result: Updated test results for addition of CSV engine.
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/ps_1general.result1
1 files changed, 1 insertions, 0 deletions
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 ;