1
0
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:
Sergei Golubchik
2016-11-07 23:18:03 +01:00
parent a411d7f4f6
commit a72f1deb2d
14 changed files with 60 additions and 60 deletions

View File

@@ -2357,7 +2357,7 @@ end_create:
if (vcol) \
{ \
(vcol)= (Virtual_column_info*)(thd)->memdup((vcol), sizeof(*(vcol))); \
(vcol)->expr_item= NULL; \
(vcol)->expr= NULL; \
}
/**