mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 15:54:37 +01:00
Turn ha_innobase::build_template() from a non-static member function
to a static plain function.
This commit is contained in:
parent
b6540f6b72
commit
5df36be646
2 changed files with 2 additions and 3 deletions
|
@ -3022,8 +3022,9 @@ ha_innobase::store_key_val_for_row(
|
|||
/******************************************************************
|
||||
Builds a 'template' to the prebuilt struct. The template is used in fast
|
||||
retrieval of just those column values MySQL needs in its processing. */
|
||||
static
|
||||
void
|
||||
ha_innobase::build_template(
|
||||
build_template(
|
||||
/*===========*/
|
||||
row_prebuilt_t* prebuilt, /* in: prebuilt struct */
|
||||
THD* thd, /* in: current user thread, used
|
||||
|
|
|
@ -201,8 +201,6 @@ class ha_innobase: public handler
|
|||
int cmp_ref(const byte *ref1, const byte *ref2);
|
||||
bool check_if_incompatible_data(HA_CREATE_INFO *info,
|
||||
uint table_changes);
|
||||
void build_template(struct row_prebuilt_struct *prebuilt, THD *thd,
|
||||
TABLE *table, uint templ_type);
|
||||
};
|
||||
|
||||
extern SHOW_VAR innodb_status_variables[];
|
||||
|
|
Loading…
Add table
Reference in a new issue