mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
Auto-merge from mysql-5.1.
This commit is contained in:
commit
b75d77cb81
21 changed files with 91 additions and 78 deletions
|
|
@ -6121,7 +6121,7 @@ void Item_ref::print(String *str, enum_query_type query_type)
|
|||
{
|
||||
THD *thd= current_thd;
|
||||
append_identifier(thd, str, (*ref)->real_item()->name,
|
||||
(*ref)->real_item()->name_length);
|
||||
strlen((*ref)->real_item()->name));
|
||||
}
|
||||
else
|
||||
(*ref)->print(str, query_type);
|
||||
|
|
|
|||
|
|
@ -515,6 +515,10 @@ public:
|
|||
*/
|
||||
Item *next;
|
||||
uint32 max_length;
|
||||
/*
|
||||
TODO: convert name and name_length fields into String to keep them in sync
|
||||
(see bug #11829681/60295 etc).
|
||||
*/
|
||||
uint name_length; /* Length of name */
|
||||
int8 marker;
|
||||
uint8 decimals;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue