1
/******************************************************
4
(c) 2005-2007 Innobase Oy
5
*******************************************************/
7
/*****************************************************************
8
Copies an InnoDB record to table->record[0]. */
11
innobase_rec_to_mysql(
12
/*==================*/
13
TABLE* table, /* in/out: MySQL table */
14
const rec_t* rec, /* in: record */
15
const dict_index_t* index, /* in: index */
16
const ulint* offsets); /* in: rec_get_offsets(
19
/*****************************************************************
20
Resets table->record[0]. */
25
TABLE* table); /* in/out: MySQL table */