~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-07-30 20:31:19 UTC
  • mto: This revision was merged to the branch mainline in revision 1679.
  • Revision ID: brian@gaz-20100730203119-89g2ye4zwnvcacxg
First pass in encapsulating row

Show diffs side-by-side

added added

removed removed

Lines of Context:
578
578
                        /* This is safe because only one thread can restore a table at 
579
579
                         * a time!
580
580
                         */
581
 
                        rb_row_buf = (xtWord1 *) rd_my_table->record[0];
 
581
                        rb_row_buf = (xtWord1 *) rd_my_table->getInsertRecord();
582
582
                        //if (rb_row_buf) {
583
583
                        //      xt_free(self, rb_row_buf);
584
584
                        //      rb_row_buf = NULL;