Skip to content

Commit f85d488

Browse files
kkzhshgrooverdan
authored andcommitted
remove obsolete fix_session_vcol_expr{,_for_read} function declarations
1 parent 7fe474f commit f85d488

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sql/table.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3117,9 +3117,6 @@ enum open_frm_error open_table_from_share(THD *thd, TABLE_SHARE *share,
31173117
uint ha_open_flags, TABLE *outparam,
31183118
bool is_create_table,
31193119
List<String> *partitions_to_open= NULL);
3120-
bool fix_session_vcol_expr(THD *thd, Virtual_column_info *vcol);
3121-
bool fix_session_vcol_expr_for_read(THD *thd, Field *field,
3122-
Virtual_column_info *vcol);
31233120
bool parse_vcol_defs(THD *thd, MEM_ROOT *mem_root, TABLE *table,
31243121
bool *error_reported, vcol_init_mode expr);
31253122
TABLE_SHARE *alloc_table_share(const char *db, const char *table_name,

0 commit comments

Comments
 (0)