mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.7 into 10.8
This commit is contained in:
@@ -638,6 +638,14 @@ public:
|
||||
{
|
||||
in_partitioning_expr= TRUE;
|
||||
}
|
||||
bool need_refix() const
|
||||
{
|
||||
return flags & VCOL_SESSION_FUNC;
|
||||
}
|
||||
bool fix_expr(THD *thd);
|
||||
bool fix_session_expr(THD *thd);
|
||||
bool cleanup_session_expr();
|
||||
bool fix_and_check_expr(THD *thd, TABLE *table);
|
||||
inline bool is_equal(const Virtual_column_info* vcol) const;
|
||||
inline void print(String*);
|
||||
};
|
||||
|
Reference in New Issue
Block a user