diff options
author | unknown <brian@avenger.(none)> | 2004-08-16 14:19:50 -0700 |
---|---|---|
committer | unknown <brian@avenger.(none)> | 2004-08-16 14:19:50 -0700 |
commit | dc11a82e3371222a9fc869b65c84d7f77234be80 (patch) | |
tree | d258d0ad34306d62de864d6918823588db4f5535 /mysql-test | |
parent | a7a508e14fa4539f28591050d95f70295dd904f9 (diff) | |
download | mariadb-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.result | 1 |
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 ; |