mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge with 4.0.16
This commit is contained in:
@ -1034,9 +1034,14 @@ class user_var_entry
|
||||
char *value;
|
||||
ulong length, update_query_id, used_query_id;
|
||||
Item_result type;
|
||||
|
||||
double val(my_bool *null_value);
|
||||
longlong val_int(my_bool *null_value);
|
||||
String *val_str(my_bool *null_value, String *str, uint decimals);
|
||||
DTCollation collation;
|
||||
};
|
||||
|
||||
|
||||
/* Class for unique (removing of duplicates) */
|
||||
|
||||
class Unique :public Sql_alloc
|
||||
|
Reference in New Issue
Block a user