Go to the source code of this file.
Namespaces | |
| namespace | drizzled |
| TODO: Rename this file - func.h is stupid. | |
Functions | |
| UNIV_INTERN void | innobase_rec_to_mysql (::drizzled::Table *table, const rec_t *rec, const dict_index_t *index, const ulint *offsets) |
| UNIV_INTERN void | innobase_rec_reset (::drizzled::Table *table) |
Smart ALTER TABLE
Definition in file handler0alter.h.
| UNIV_INTERN void innobase_rec_reset | ( | ::drizzled::Table * | table | ) |
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, ...)
| table | in/out: MySQL table |
| rec | in: record |
| index | in: index |