Bug #28844 CSV Engine not available in Enterprise Builds
Submitted: 1 Jun 2007 18:28 Modified: 9 Jun 2007 17:46
Reporter: Morgan Tocker Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Packaging Severity:S2 (Serious)
Version:5.0 OS:Any
Assigned to: Kent Boortz CPU Architecture:Any

[1 Jun 2007 18:28] Morgan Tocker
Description:
The CSV engine is not available in MySQL Enterprise, but is available in MySQL Community.

How to repeat:
morgan-tockers-computer:~/bin/mysql morgo$ mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.0.40-enterprise-gpl-log MySQL Enterprise Server (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> show engines;
+------------+---------+----------------------------------------------------------------+
| Engine     | Support | Comment                                                        |
+------------+---------+----------------------------------------------------------------+
| MyISAM     | DEFAULT | Default engine as of MySQL 3.23 with great performance         | 
| MEMORY     | YES     | Hash based, stored in memory, useful for temporary tables      | 
| InnoDB     | YES     | Supports transactions, row-level locking, and foreign keys     | 
| BerkeleyDB | NO      | Supports transactions and page-level locking                   | 
| BLACKHOLE  | YES     | /dev/null storage engine (anything you write to it disappears) | 
| EXAMPLE    | YES     | Example storage engine                                         | 
| ARCHIVE    | YES     | Archive storage engine                                         | 
| CSV        | NO      | CSV storage engine                                             | 
| ndbcluster | NO      | Clustered, fault-tolerant, memory-based tables                 | 
| FEDERATED  | YES     | Federated MySQL storage engine                                 | 
| MRG_MYISAM | YES     | Collection of identical MyISAM tables                          | 
| ISAM       | NO      | Obsolete storage engine                                        | 
+------------+---------+----------------------------------------------------------------+
12 rows in set (0.02 sec)

Suggested fix:
Enable it in future enterprise builds.
[9 Jun 2007 17:46] Paul DuBois
Noted in 5.0.44 changelog.

Enterprise builds did not include the CSV storage engine. CSV is now
included in Enterprise builds for all platforms except Windows, QNX,
and NetWare.