Commit 8ed0436b authored by Sergei Golubchik's avatar Sergei Golubchik

compilation warning

parent 63f6c4e8
...@@ -454,8 +454,8 @@ Item::Item(THD *thd, Item *item): ...@@ -454,8 +454,8 @@ Item::Item(THD *thd, Item *item):
orig_name(item->orig_name), orig_name(item->orig_name),
max_length(item->max_length), max_length(item->max_length),
name_length(item->name_length), name_length(item->name_length),
marker(item->marker),
decimals(item->decimals), decimals(item->decimals),
marker(item->marker),
maybe_null(item->maybe_null), maybe_null(item->maybe_null),
in_rollup(item->in_rollup), in_rollup(item->in_rollup),
null_value(item->null_value), null_value(item->null_value),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment