5.3 merge

This commit is contained in:
Sergei Golubchik 2012-08-31 14:15:52 +02:00
commit 59408093d1
20 changed files with 139 additions and 77 deletions

View file

@ -503,8 +503,8 @@ Item::Item(THD *thd, Item *item):
orig_name(item->orig_name),
max_length(item->max_length),
name_length(item->name_length),
marker(item->marker),
decimals(item->decimals),
marker(item->marker),
maybe_null(item->maybe_null),
in_rollup(item->in_rollup),
null_value(item->null_value),