1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Optimized code for setting user variables with := and fixed some bugs in old code (Bug #1194)

Use forced close of socket to make mysqld shutdown faster when used under valgrind
This commit is contained in:
monty@mishka.mysql.fi
2003-10-03 00:40:27 +03:00
parent 8c13c30142
commit 989ca397b2
8 changed files with 207 additions and 156 deletions

View File

@ -783,8 +783,13 @@ class user_var_entry
char *value;
ulong length, update_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);
};
/* Class for unique (removing of duplicates) */
class Unique :public Sql_alloc