mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
5.3 merge
This commit is contained in:
commit
59408093d1
20 changed files with 139 additions and 77 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue