~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Vijay Samuel
  • Date: 2010-09-10 21:03:37 UTC
  • mto: (1757.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1758.
  • Revision ID: vijay@vijay-20100910210337-rf7c2ymawtqj6tkv
Merge added utf 8 tamil test case suite and test case for creating a database in tamil.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 *
15
15
 * You should have received a copy of the GNU General Public License
16
16
 * along with this program; if not, write to the Free Software
17
 
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
17
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18
18
 *
19
19
 * 2009-09-07   Paul McCullagh
20
20
 *
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;