1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Updated of test cases for CSV engine.

mysql-test/r/ps_1general.result:
  Updated test results for addition of CSV engine.
This commit is contained in:
unknown
2004-08-16 14:19:50 -07:00
parent a7a508e14f
commit dc11a82e33

View File

@ -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 ;