diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2018-01-18 09:29:49 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-01-18 09:29:49 +0200 |
commit | 5e87f49a9927bf3fd0bd9af789bbdd329e4b4416 (patch) | |
tree | aa4795736cbb65b16315e407f811e36b0130280e /storage/innobase/include/row0mysql.h | |
parent | 4c1479545d10ba9047b01be1c663ad4d1fad39a1 (diff) | |
download | mariadb-git-5e87f49a9927bf3fd0bd9af789bbdd329e4b4416.tar.gz |
Make row_mysql_table_id_reassign() static
Diffstat (limited to 'storage/innobase/include/row0mysql.h')
-rw-r--r-- | storage/innobase/include/row0mysql.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/storage/innobase/include/row0mysql.h b/storage/innobase/include/row0mysql.h index f5f159fc414..ac5c8197378 100644 --- a/storage/innobase/include/row0mysql.h +++ b/storage/innobase/include/row0mysql.h @@ -586,18 +586,6 @@ void row_mysql_close(void); /*=================*/ -/*********************************************************************//** -Reassigns the table identifier of a table. -@return error code or DB_SUCCESS */ -UNIV_INTERN -dberr_t -row_mysql_table_id_reassign( -/*========================*/ - dict_table_t* table, /*!< in/out: table */ - trx_t* trx, /*!< in/out: transaction */ - table_id_t* new_id) /*!< out: new table id */ - MY_ATTRIBUTE((nonnull, warn_unused_result)); - /* A struct describing a place for an individual column in the MySQL row format which is presented to the table handler in ha_innobase. This template struct is used to speed up row transformations between |