diff options
author | kkz <izhaoshuang@163.com> | 2022-05-24 20:02:54 +0800 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2022-05-26 09:28:22 +1000 |
commit | f85d488ad2132db7b294cde3909cb5992b752143 (patch) | |
tree | 1455215cf90d3cd168a414bfa411ffa7e08afaa0 | |
parent | 7fe474fe7e25cb503b585755c7e0a036e01e0df7 (diff) | |
download | mariadb-git-f85d488ad2132db7b294cde3909cb5992b752143.tar.gz |
remove obsolete fix_session_vcol_expr{,_for_read} function declarations
-rw-r--r-- | sql/table.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/table.h b/sql/table.h index 34de21a39d5..097deca46b2 100644 --- a/sql/table.h +++ b/sql/table.h @@ -3117,9 +3117,6 @@ enum open_frm_error open_table_from_share(THD *thd, TABLE_SHARE *share, uint ha_open_flags, TABLE *outparam, bool is_create_table, List<String> *partitions_to_open= NULL); -bool fix_session_vcol_expr(THD *thd, Virtual_column_info *vcol); -bool fix_session_vcol_expr_for_read(THD *thd, Field *field, - Virtual_column_info *vcol); bool parse_vcol_defs(THD *thd, MEM_ROOT *mem_root, TABLE *table, bool *error_reported, vcol_init_mode expr); TABLE_SHARE *alloc_table_share(const char *db, const char *table_name, |