Bug #14777 Remove DBT->app_private addition to BDB
Submitted: 9 Nov 2005 1:48 Modified: 31 Aug 2006 14:38
Reporter: Jim Winstead Email Updates:
Status: Unsupported Impact on me:
None 
Category:MySQL Server: BDB Severity:S3 (Non-critical)
Version:5.1 OS:Any (All)
Assigned to: Elliot Murphy CPU Architecture:Any

[9 Nov 2005 1:48] Jim Winstead
Description:
We currently patch BDB to add a member to the DBT struct called app_private.

This shouldn't be necessary. We need to remove the patch, and then remove
code that is dependent upon it.

How to repeat:
Currently, DBT->app_private is used to pass information into the berkeley_cmp_packed_key()
function.