1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Slightly amended Monty's SP replication code cleanup patch

This commit is contained in:
sergefp@mysql.com
2005-08-27 02:33:06 +04:00
parent e4733cc8b0
commit ad9bfc251c
10 changed files with 44 additions and 58 deletions

View File

@@ -178,7 +178,7 @@ THD::THD()
rand_used(0), time_zone_used(0),
last_insert_id_used(0), insert_id_used(0), clear_next_insert_id(0),
in_lock_tables(0), bootstrap(0), derived_tables_processing(FALSE),
spcont(NULL), query_str_binlog_unsuitable(FALSE)
spcont(NULL)
{
current_arena= this;
host= user= priv_user= db= ip= 0;