~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/ha_pbxt.cc

  • Committer: Jay Pipes
  • Date: 2010-04-20 19:05:03 UTC
  • mto: This revision was merged to the branch mainline in revision 1501.
  • Revision ID: jpipes@serialcoder-20100420190503-8edkw18bdocp7ohy
delete_row() is now deleteRecord() and doDeleteRecord() in Cursor

Show diffs side-by-side

added added

removed removed

Lines of Context:
2850
2850
 * Called in sql_delete.cc, sql_insert.cc, and sql_select.cc. In sql_select it is
2851
2851
 * used for removing duplicates while in insert it is used for REPLACE calls.
2852
2852
*/
2853
 
int ha_pbxt::delete_row(const byte * buf)
 
2853
int ha_pbxt::doDeleteRecord(const byte * buf)
2854
2854
{
2855
2855
        int err = 0;
2856
2856