~linuxjedi/drizzle/elliott-bug-653300

« back to all changes in this revision

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

  • Committer: lbieber
  • Date: 2010-09-22 13:48:54 UTC
  • mfrom: (1784.1.3 build)
  • Revision ID: lbieber@orisndriz08-20100922134854-y7mae2taqhn73vsx
Merge Paul M. - latest changes from PBXT 1.0.11-7
Merge Paul M. - fix bug 641038 - pbxt rollback not working (tables reported as non-transactional)
Merge Andrew - fix show stoppers for new drizzledump

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->getInsertRecord();
 
581
                        rb_row_buf = (xtWord1 *) rd_my_table->RECORD_0;
582
582
                        //if (rb_row_buf) {
583
583
                        //      xt_free(self, rb_row_buf);
584
584
                        //      rb_row_buf = NULL;