1
0
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:
monty@narttu.mysql.fi
2003-10-07 15:42:26 +03:00
167 changed files with 2872 additions and 6758 deletions

View File

@ -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