mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02:00
New thr_alarm struct for better integration with OS2
Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name
This commit is contained in:
parent
ad2e43c7d6
commit
74e7ffe987
38 changed files with 428 additions and 139 deletions
|
|
@ -80,7 +80,7 @@ THD::THD():user_time(0),fatal_error(0),last_insert_id_used(0),
|
|||
global_read_lock(0)
|
||||
{
|
||||
proc_info="login";
|
||||
host=user=db=query=ip=0;
|
||||
host=user=priv_user=db=query=ip=0;
|
||||
locked=killed=count_cuted_fields=some_tables_deleted=no_errors=password=
|
||||
query_start_used=0;
|
||||
query_length=col_access=0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue