Go to the source code of this file.
|
| drizzled |
| TODO: Rename this file - func.h is stupid.
|
|
|
| drizzled |
| TODO: Rename this file - func.h is stupid.
|
|
Smart ALTER TABLE
Definition in file handler0alter.h.
Resets table->getInsertRecord(). in/out: MySQL table
UNIV_INTERN void innobase_rec_to_mysql |
( |
::drizzled::Table * |
table, |
|
|
const rec_t * |
rec, |
|
|
const dict_index_t * |
index, |
|
|
const ulint * |
offsets |
|
) |
| |
Copies an InnoDB record to table->getInsertRecord(). in: rec_get_offsets( rec, index, ...)
- Parameters
-
table | in/out: MySQL table |
rec | in: record |
index | in: index |