mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
rename Virtual_column_info::expr_item
now, when expr_str is gone, expr_item can be unambiguously renamed to expr.
This commit is contained in:
@@ -2357,7 +2357,7 @@ end_create:
|
||||
if (vcol) \
|
||||
{ \
|
||||
(vcol)= (Virtual_column_info*)(thd)->memdup((vcol), sizeof(*(vcol))); \
|
||||
(vcol)->expr_item= NULL; \
|
||||
(vcol)->expr= NULL; \
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user