Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 94575

Summary: CSV table ebuild support for dev-db/mysql
Product: Gentoo Linux Reporter: Matt <paranoidgeek>
Component: New packagesAssignee: Gentoo Linux MySQL bugs team <mysql-bugs>
Status: RESOLVED INVALID    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch for mysql-4.0.24

Description Matt 2005-05-30 19:51:55 UTC
Any change of getting this included in the mysql ebuild ?

---- ( to be inserted arround "use ssl..." in src_compile() of the ebuild)

  use mysqlcsv \
                && myconf="${myconf} --with-csv-storage-engine" \
                || myconf="${myconf} --without-csv-storage-engine"

----

This would allow an "use" value value to enable build of the mysql server with csv ( plain text ) engine support.

Cheers,
Matt
Comment 1 Matt 2005-05-30 20:06:41 UTC
Created attachment 60233 [details, diff]
Patch for mysql-4.0.24

This is the patch for mysql-4.0.24.ebuild to allow config of csv engines.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-05-30 21:05:21 UTC
RTFM better.
The CSV storage engine is NOT present in 4.0, only in 4.1, and already support 
in our 4.1.12 ebuild.
Comment 3 Matt 2005-05-30 21:19:23 UTC
(In reply to comment #2)
> RTFM better.
> The CSV storage engine is NOT present in 4.0, only in 4.1, and already support 
> in our 4.1.12 ebuild.

Opps, sorry about that just saw the "added in MySQL 4.1.4" in the manual.