diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2017-09-15 17:25:38 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2017-09-15 20:06:26 +0300 |
commit | a449f72a4cd60fc74cb7941cfaadfe8aef217520 (patch) | |
tree | dcbfa875ade0bcab26eb3e8404a1b1b9906cd2b4 /storage/innobase/include | |
parent | 74f677fcc222f67a32cafeb5022f340f98d9236e (diff) | |
download | mariadb-git-a449f72a4cd60fc74cb7941cfaadfe8aef217520.tar.gz |
Remove the redundant function row_table_got_default_clust_index()
Use dict_index_is_auto_gen_clust() instead.
Diffstat (limited to 'storage/innobase/include')
-rw-r--r-- | storage/innobase/include/row0mysql.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/storage/innobase/include/row0mysql.h b/storage/innobase/include/row0mysql.h index 8e93faf7286..2b000603929 100644 --- a/storage/innobase/include/row0mysql.h +++ b/storage/innobase/include/row0mysql.h @@ -262,15 +262,6 @@ row_get_prebuilt_update_vector( /*===========================*/ row_prebuilt_t* prebuilt); /*!< in: prebuilt struct in MySQL handle */ -/*********************************************************************//** -Checks if a table is such that we automatically created a clustered -index on it (on row id). -@return TRUE if the clustered index was generated automatically */ -ibool -row_table_got_default_clust_index( -/*==============================*/ - const dict_table_t* table); /*!< in: table */ - /** Does an update or delete of a row for MySQL. @param[in,out] prebuilt prebuilt struct in MySQL handle @return error code or DB_SUCCESS */ |