mirror of
https://github.com/MariaDB/server.git
synced 2025-12-12 08:01:43 +03:00
branches/zip: Minor cleanup.
row_merge_mark_prebuilt_obsolete(): Rename to row_prebuilt_table_obsolete() and move from row0merge.c to row0mysql.c. Remove the parameter trx. row_merge_print_table(): Remove.
This commit is contained in:
@@ -162,6 +162,14 @@ row_update_prebuilt(
|
||||
row_prebuilt_t* prebuilt, /* in: Innobase table handle */
|
||||
dict_table_t* table); /* in: table */
|
||||
/*************************************************************************
|
||||
Mark all prebuilt structs that use a table obsolete. They will
|
||||
be rebuilt later. */
|
||||
|
||||
void
|
||||
row_prebuilt_table_obsolete(
|
||||
/*========================*/
|
||||
dict_table_t* table); /* in: table */
|
||||
/*************************************************************************
|
||||
Unlocks an AUTO_INC type lock possibly reserved by trx. */
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user