Bug #11322 Make CSV storage engine available
Submitted: 14 Jun 2005 15:24 Modified: 12 Oct 2006 13:49
Reporter: [ name withheld ] (Basic Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S4 (Feature request)
Version:5.0.6 OS:Any (*)
Assigned to: CPU Architecture:Any
Tags: csv, MySQL, server, storage engine

[14 Jun 2005 15:24] [ name withheld ]
Description:
Hi, I have MySQL 5.0.6 and I'd like to mimic Oracle's external tables, the docs make me think that CSV storage engine would be suitable for this, but it's not included in the default distribution, please add.
Thanks in advance

How to repeat:
mysql> select version();
+-----------------------+
| version()             |
+-----------------------+
| 5.0.6-beta-nt-max-log |
+-----------------------+
1 row in set (0.00 sec)

mysql> show variables like 'have_csv';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| have_csv      | NO    |
+---------------+-------+
1 row in set (0.00 sec)

mysql>
[30 Jun 2005 12:48] Geert Vanderkelen
Hi,

CVS Engine is indeed not enabled in Max binaries. I'll check it out.
Thanks!

Geert
[18 Aug 2006 13:01] [ name withheld ]
Hi, do you have any updates on this issue?
Thanks in advance
[12 Oct 2006 13:49] Geert Vanderkelen
Sorry, this got stalled.. But CSV is in the Max binaries now.