Bug #45338 Handlerton for TokuDB
Submitted: 4 Jun 2009 18:14 Modified: 3 Aug 2009 9:24
Reporter: Bradley Kuszmaul (OCA) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Storage Engines Severity:S4 (Feature request)
Version: OS:Any
Assigned to: CPU Architecture:Any
Tags: bdb, BerkeleyDB, Contribution, TokuDB

[4 Jun 2009 18:14] Bradley Kuszmaul
Description:
We have implemented a storage engine that for TokuDB, and Berkeley DB (BDB).
The version I've checked into launchpad works only for TokuDB right,
but we plan to make it work again for BerkeleyDB soon.  (TokuDB and
BerkeleyDB have almost the same API.)

I am contributing the handler, which when it works with BDB, I hope
will be included in the mainline mysql.  But since BDB doesn't work
yet, I'm not asking for such inclusion.

The implementation (which currently only works with TokuDB) has two parts.
The handler itself:
  https://code.launchpad.net/~bradley-tokutek/+junk/tokudb-storage-engine
Patches needed to mysql to get it to work:
  https://code.launchpad.net/~bradley-tokutek/+junk/mysql-5.1-for-tokutek

Some of those patches have been submitted as separate tickets (e.g.,
#44927).  I plan to submit some of the other patches as separate
tickets in the future.

How to repeat:
This is a handlerton contributin, not a bug.
[3 Aug 2009 9:24] Susanne Ebrecht
Many thanks for writing a feature request. Our development will discuss this.