mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
P_S 5.7.28
This commit is contained in:
@ -8,7 +8,7 @@ drop table if exists test.t1;
|
||||
drop table if exists test.t2;
|
||||
drop table if exists test.t3;
|
||||
truncate table performance_schema.events_waits_history_long;
|
||||
show variables like "thread_handling";
|
||||
show global variables like "thread_handling";
|
||||
Variable_name Value
|
||||
thread_handling one-thread-per-connection
|
||||
connection con1;
|
||||
@ -20,19 +20,19 @@ create table test.t3(a int) engine=MYISAM;
|
||||
connection default;
|
||||
execute stmt_dump_events using @tid;
|
||||
event_name short_source operation number_of_bytes
|
||||
wait/synch/mutex/mysys/THR_LOCK_myisam mi_create.c: lock NULL
|
||||
wait/synch/mutex/mysys/THR_LOCK_myisam lock NULL
|
||||
execute stmt_dump_thread using @tid;
|
||||
name
|
||||
thread/sql/one_connection
|
||||
execute stmt_dump_events using @tid;
|
||||
event_name short_source operation number_of_bytes
|
||||
wait/synch/mutex/mysys/THR_LOCK_myisam mi_create.c: lock NULL
|
||||
wait/synch/mutex/mysys/THR_LOCK_myisam lock NULL
|
||||
execute stmt_dump_thread using @tid;
|
||||
name
|
||||
thread/sql/one_connection
|
||||
execute stmt_dump_events using @tid;
|
||||
event_name short_source operation number_of_bytes
|
||||
wait/synch/mutex/mysys/THR_LOCK_myisam mi_create.c: lock NULL
|
||||
wait/synch/mutex/mysys/THR_LOCK_myisam lock NULL
|
||||
execute stmt_dump_thread using @tid;
|
||||
name
|
||||
thread/sql/one_connection
|
||||
|
Reference in New Issue
Block a user