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

temporary preventing subselect in HAVING clause

This commit is contained in:
bell@sanja.is.com.ua
2002-06-07 21:26:43 +03:00
parent b9ad4b015e
commit bd7e31bc53
4 changed files with 16 additions and 3 deletions

View File

@ -80,8 +80,8 @@ static void free_var(user_var_entry *entry)
****************************************************************************/
THD::THD():user_time(0),fatal_error(0),last_insert_id_used(0),
insert_id_used(0),in_lock_tables(0),
global_read_lock(0),bootstrap(0)
insert_id_used(0), in_lock_tables(0),
global_read_lock(0), bootstrap(0), having_fix_field(0)
{
host=user=priv_user=db=query=ip=0;
host_or_ip="unknown ip";