Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94575 - CSV table ebuild support for dev-db/mysql
Summary: CSV table ebuild support for dev-db/mysql
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-30 19:51 UTC by Matt
Modified: 2005-05-30 21:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for mysql-4.0.24 (4.0.24.diff,521 bytes, patch)
2005-05-30 20:06 UTC, Matt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.