Merge pull request #644 from jmrenouard/examples-mysql-5.7-2023-03-23T16-39-41Z

Examples mysql 5.7 2023 03 23 t16 39 41 z
This commit is contained in:
Jean-Marie Renouard 2023-03-23 17:51:51 +01:00 committed by GitHub
commit 976936f4c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
164 changed files with 1770 additions and 0 deletions

View file

@ -0,0 +1 @@
"big5","big5_chinese_ci","Big5 Traditional Chinese","2""dec8","dec8_swedish_ci","DEC West European","1""cp850","cp850_general_ci","DOS West European","1""hp8","hp8_english_ci","HP West European","1""koi8r","koi8r_general_ci","KOI8-R Relcom Russian","1""latin1","latin1_swedish_ci","cp1252 West European","1""latin2","latin2_general_ci","ISO 8859-2 Central European","1""swe7","swe7_swedish_ci","7bit Swedish","1""ascii","ascii_general_ci","US ASCII","1""ujis","ujis_japanese_ci","EUC-JP Japanese","3""sjis","sjis_japanese_ci","Shift-JIS Japanese","2""hebrew","hebrew_general_ci","ISO 8859-8 Hebrew","1""tis620","tis620_thai_ci","TIS620 Thai","1""euckr","euckr_korean_ci","EUC-KR Korean","2""koi8u","koi8u_general_ci","KOI8-U Ukrainian","1""gb2312","gb2312_chinese_ci","GB2312 Simplified Chinese","2""greek","greek_general_ci","ISO 8859-7 Greek","1""cp1250","cp1250_general_ci","Windows Central European","1""gbk","gbk_chinese_ci","GBK Simplified Chinese","2""latin5","latin5_turkish_ci","ISO 8859-9 Turkish","1""armscii8","armscii8_general_ci","ARMSCII-8 Armenian","1""utf8","utf8_general_ci","UTF-8 Unicode","3""ucs2","ucs2_general_ci","UCS-2 Unicode","2""cp866","cp866_general_ci","DOS Russian","1""keybcs2","keybcs2_general_ci","DOS Kamenicky Czech-Slovak","1""macce","macce_general_ci","Mac Central European","1""macroman","macroman_general_ci","Mac West European","1""cp852","cp852_general_ci","DOS Central European","1""latin7","latin7_general_ci","ISO 8859-13 Baltic","1""utf8mb4","utf8mb4_general_ci","UTF-8 Unicode","4""cp1251","cp1251_general_ci","Windows Cyrillic","1""utf16","utf16_general_ci","UTF-16 Unicode","4""utf16le","utf16le_general_ci","UTF-16LE Unicode","4""cp1256","cp1256_general_ci","Windows Arabic","1""cp1257","cp1257_general_ci","Windows Baltic","1""utf32","utf32_general_ci","UTF-32 Unicode","4""binary","binary","Binary pseudo charset","1""geostd8","geostd8_general_ci","GEOSTD8 Georgian","1""cp932","cp932_japanese_ci","SJIS for Windows Japanese","2""eucjpms","eucjpms_japanese_ci","UJIS for Windows Japanese","3""gb18030","gb18030_chinese_ci","China National Standard GB18030","4"
1 big5 big5_chinese_ci Big5 Traditional Chinese 2"dec8 dec8_swedish_ci DEC West European 1"cp850 cp850_general_ci DOS West European 1"hp8 hp8_english_ci HP West European 1"koi8r koi8r_general_ci KOI8-R Relcom Russian 1"latin1 latin1_swedish_ci cp1252 West European 1"latin2 latin2_general_ci ISO 8859-2 Central European 1"swe7 swe7_swedish_ci 7bit Swedish 1"ascii ascii_general_ci US ASCII 1"ujis ujis_japanese_ci EUC-JP Japanese 3"sjis sjis_japanese_ci Shift-JIS Japanese 2"hebrew hebrew_general_ci ISO 8859-8 Hebrew 1"tis620 tis620_thai_ci TIS620 Thai 1"euckr euckr_korean_ci EUC-KR Korean 2"koi8u koi8u_general_ci KOI8-U Ukrainian 1"gb2312 gb2312_chinese_ci GB2312 Simplified Chinese 2"greek greek_general_ci ISO 8859-7 Greek 1"cp1250 cp1250_general_ci Windows Central European 1"gbk gbk_chinese_ci GBK Simplified Chinese 2"latin5 latin5_turkish_ci ISO 8859-9 Turkish 1"armscii8 armscii8_general_ci ARMSCII-8 Armenian 1"utf8 utf8_general_ci UTF-8 Unicode 3"ucs2 ucs2_general_ci UCS-2 Unicode 2"cp866 cp866_general_ci DOS Russian 1"keybcs2 keybcs2_general_ci DOS Kamenicky Czech-Slovak 1"macce macce_general_ci Mac Central European 1"macroman macroman_general_ci Mac West European 1"cp852 cp852_general_ci DOS Central European 1"latin7 latin7_general_ci ISO 8859-13 Baltic 1"utf8mb4 utf8mb4_general_ci UTF-8 Unicode 4"cp1251 cp1251_general_ci Windows Cyrillic 1"utf16 utf16_general_ci UTF-16 Unicode 4"utf16le utf16le_general_ci UTF-16LE Unicode 4"cp1256 cp1256_general_ci Windows Arabic 1"cp1257 cp1257_general_ci Windows Baltic 1"utf32 utf32_general_ci UTF-32 Unicode 4"binary binary Binary pseudo charset 1"geostd8 geostd8_general_ci GEOSTD8 Georgian 1"cp932 cp932_japanese_ci SJIS for Windows Japanese 2"eucjpms eucjpms_japanese_ci UJIS for Windows Japanese 3"gb18030 gb18030_chinese_ci China National Standard GB18030 4

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
"InnoDB","DEFAULT","Supports transactions, row-level locking, and foreign keys","YES","YES","YES""MRG_MYISAM","YES","Collection of identical MyISAM tables","NO","NO","NO""MEMORY","YES","Hash based, stored in memory, useful for temporary tables","NO","NO","NO""BLACKHOLE","YES","/dev/null storage engine (anything you write to it disappears)","NO","NO","NO""MyISAM","YES","MyISAM storage engine","NO","NO","NO""CSV","YES","CSV storage engine","NO","NO","NO""ARCHIVE","YES","Archive storage engine","NO","NO","NO""PERFORMANCE_SCHEMA","YES","Performance Schema","NO","NO","NO""FEDERATED","NO","Federated MySQL storage engine","NULL","NULL","NULL"
1 InnoDB DEFAULT Supports transactions, row-level locking, and foreign keys YES YES YES"MRG_MYISAM YES Collection of identical MyISAM tables NO NO NO"MEMORY YES Hash based, stored in memory, useful for temporary tables NO NO NO"BLACKHOLE YES /dev/null storage engine (anything you write to it disappears) NO NO NO"MyISAM YES MyISAM storage engine NO NO NO"CSV YES CSV storage engine NO NO NO"ARCHIVE YES Archive storage engine NO NO NO"PERFORMANCE_SCHEMA YES Performance Schema NO NO NO"FEDERATED NO Federated MySQL storage engine NULL NULL NULL

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
"0","8192","906","7092","2599","150","0","0","0","0","228","1322514","0.00000013574746401045032","0.000787403164992617","595","9430","9855","0.00000026970877717865784","0.000005594224437904347","0.00000586750551676749","20529674","1000","0","64","191","0","0.00000011371827028945618","0","4534","4","0","0"
1 0 8192 906 7092 2599 150 0 0 0 0 228 1322514 0.00000013574746401045032 0.000787403164992617 595 9430 9855 0.00000026970877717865784 0.000005594224437904347 0.00000586750551676749 20529674 1000 0 64 191 0 0.00000011371827028945618 0 4534 4 0 0

View file

@ -0,0 +1 @@
"1024","0","0","0","0","0""2048","0","0","0","0","0""4096","0","0","0","0","0""8192","0","0","0","0","0""16384","0","0","0","0","0"
1 1024 0 0 0 0 0"2048 0 0 0 0 0"4096 0 0 0 0 0"8192 0 0 0 0 0"16384 0 0 0 0 0

View file

@ -0,0 +1 @@
"1024","0","0","0","0","0""2048","0","0","0","0","0""4096","0","0","0","0","0""8192","0","0","0","0","0""16384","0","0","0","0","0"
1 1024 0 0 0 0 0"2048 0 0 0 0 0"4096 0 0 0 0 0"8192 0 0 0 0 0"16384 0 0 0 0 0

View file

@ -0,0 +1 @@
"1024","0","0","0","0","0""2048","0","0","0","0","0""4096","0","0","0","0","0""8192","0","0","0","0","0""16384","0","0","0","0","0"
1 1024 0 0 0 0 0"2048 0 0 0 0 0"4096 0 0 0 0 0"8192 0 0 0 0 0"16384 0 0 0 0 0

View file

@ -0,0 +1 @@
"1024","0","0","0","0","0""2048","0","0","0","0","0""4096","0","0","0","0","0""8192","0","0","0","0","0""16384","0","0","0","0","0"
1 1024 0 0 0 0 0"2048 0 0 0 0 0"4096 0 0 0 0 0"8192 0 0 0 0 0"16384 0 0 0 0 0

View file

@ -0,0 +1 @@
"a""about""an""are""as""at""be""by""com""de""en""for""from""how""i""in""is""it""la""of""on""or""that""the""this""to""was""what""when""where""who""will""with""und""the""www"
1 a"about"an"are"as"at"be"by"com"de"en"for"from"how"i"in"is"it"la"of"on"or"that"the"this"to"was"what"when"where"who"will"with"und"the"www

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
"2","./mysql/plugin.ibd""3","./mysql/servers.ibd""4","./mysql/help_topic.ibd""5","./mysql/help_category.ibd""6","./mysql/help_relation.ibd""7","./mysql/help_keyword.ibd""8","./mysql/time_zone_name.ibd""9","./mysql/time_zone.ibd""10","./mysql/time_zone_transition.ibd""11","./mysql/time_zone_transition_type.ibd""12","./mysql/time_zone_leap_second.ibd""13","./mysql/innodb_table_stats.ibd""14","./mysql/innodb_index_stats.ibd""15","./mysql/slave_relay_log_info.ibd""16","./mysql/slave_master_info.ibd""17","./mysql/slave_worker_info.ibd""18","./mysql/gtid_executed.ibd""19","./mysql/server_cost.ibd""20","./mysql/engine_cost.ibd""21","./sys/sys_config.ibd""23","./employees/employees.ibd""24","./employees/departments.ibd""25","./employees/dept_manager.ibd""26","./employees/dept_emp.ibd""27","./employees/titles.ibd""28","./employees/salaries.ibd"
1 2 ./mysql/plugin.ibd"3 ./mysql/servers.ibd"4 ./mysql/help_topic.ibd"5 ./mysql/help_category.ibd"6 ./mysql/help_relation.ibd"7 ./mysql/help_keyword.ibd"8 ./mysql/time_zone_name.ibd"9 ./mysql/time_zone.ibd"10 ./mysql/time_zone_transition.ibd"11 ./mysql/time_zone_transition_type.ibd"12 ./mysql/time_zone_leap_second.ibd"13 ./mysql/innodb_table_stats.ibd"14 ./mysql/innodb_index_stats.ibd"15 ./mysql/slave_relay_log_info.ibd"16 ./mysql/slave_master_info.ibd"17 ./mysql/slave_worker_info.ibd"18 ./mysql/gtid_executed.ibd"19 ./mysql/server_cost.ibd"20 ./mysql/engine_cost.ibd"21 ./sys/sys_config.ibd"23 ./employees/employees.ibd"24 ./employees/departments.ibd"25 ./employees/dept_manager.ibd"26 ./employees/dept_emp.ibd"27 ./employees/titles.ibd"28 ./employees/salaries.ibd

View file

@ -0,0 +1 @@
"11","ID","0""12","FOR_NAME","0""13","REF_NAME","0""14","ID","0""14","POS","1""15","SPACE","0""16","SPACE","0""17","TABLE_ID","0""17","POS","1""17","BASE_POS","2""18","name","0""19","Server_name","0""20","help_topic_id","0""21","name","0""22","help_category_id","0""23","name","0""24","help_keyword_id","0""24","help_topic_id","1""25","help_keyword_id","0""26","name","0""27","Name","0""28","Time_zone_id","0""29","Time_zone_id","0""29","Transition_time","1""30","Time_zone_id","0""30","Transition_type_id","1""31","Transition_time","0""32","database_name","0""32","table_name","1""33","database_name","0""33","table_name","1""33","index_name","2""33","stat_name","3""34","Channel_name","0""35","Channel_name","0""36","Channel_name","0""36","Id","1""37","source_uuid","0""37","interval_start","1""38","cost_name","0""39","cost_name","0""39","engine_name","1""39","device_type","2""40","variable","0""41","emp_no","0""42","dept_no","0""43","dept_name","0""44","emp_no","0""44","dept_no","1""45","dept_no","0""46","emp_no","0""46","dept_no","1""47","dept_no","0""48","emp_no","0""48","title","1""48","from_date","2""49","emp_no","0""49","from_date","1"
1 11 ID 0"12 FOR_NAME 0"13 REF_NAME 0"14 ID 0"14 POS 1"15 SPACE 0"16 SPACE 0"17 TABLE_ID 0"17 POS 1"17 BASE_POS 2"18 name 0"19 Server_name 0"20 help_topic_id 0"21 name 0"22 help_category_id 0"23 name 0"24 help_keyword_id 0"24 help_topic_id 1"25 help_keyword_id 0"26 name 0"27 Name 0"28 Time_zone_id 0"29 Time_zone_id 0"29 Transition_time 1"30 Time_zone_id 0"30 Transition_type_id 1"31 Transition_time 0"32 database_name 0"32 table_name 1"33 database_name 0"33 table_name 1"33 index_name 2"33 stat_name 3"34 Channel_name 0"35 Channel_name 0"36 Channel_name 0"36 Id 1"37 source_uuid 0"37 interval_start 1"38 cost_name 0"39 cost_name 0"39 engine_name 1"39 device_type 2"40 variable 0"41 emp_no 0"42 dept_no 0"43 dept_name 0"44 emp_no 0"44 dept_no 1"45 dept_no 0"46 emp_no 0"46 dept_no 1"47 dept_no 0"48 emp_no 0"48 title 1"48 from_date 2"49 emp_no 0"49 from_date 1

View file

@ -0,0 +1 @@
"employees/dept_emp_ibfk_1","employees/dept_emp","employees/employees","1","1""employees/dept_emp_ibfk_2","employees/dept_emp","employees/departments","1","1""employees/dept_manager_ibfk_1","employees/dept_manager","employees/employees","1","1""employees/dept_manager_ibfk_2","employees/dept_manager","employees/departments","1","1""employees/salaries_ibfk_1","employees/salaries","employees/employees","1","1""employees/titles_ibfk_1","employees/titles","employees/employees","1","1"
1 employees/dept_emp_ibfk_1 employees/dept_emp employees/employees 1 1"employees/dept_emp_ibfk_2 employees/dept_emp employees/departments 1 1"employees/dept_manager_ibfk_1 employees/dept_manager employees/employees 1 1"employees/dept_manager_ibfk_2 employees/dept_manager employees/departments 1 1"employees/salaries_ibfk_1 employees/salaries employees/employees 1 1"employees/titles_ibfk_1 employees/titles employees/employees 1 1

View file

@ -0,0 +1 @@
"employees/dept_emp_ibfk_1","emp_no","emp_no","0""employees/dept_emp_ibfk_2","dept_no","dept_no","0""employees/dept_manager_ibfk_1","emp_no","emp_no","0""employees/dept_manager_ibfk_2","dept_no","dept_no","0""employees/salaries_ibfk_1","emp_no","emp_no","0""employees/titles_ibfk_1","emp_no","emp_no","0"
1 employees/dept_emp_ibfk_1 emp_no emp_no 0"employees/dept_emp_ibfk_2 dept_no dept_no 0"employees/dept_manager_ibfk_1 emp_no emp_no 0"employees/dept_manager_ibfk_2 dept_no dept_no 0"employees/salaries_ibfk_1 emp_no emp_no 0"employees/titles_ibfk_1 emp_no emp_no 0

View file

@ -0,0 +1 @@
"11","ID_IND","11","3","1","270","0","50""12","FOR_IND","11","0","1","271","0","50""13","REF_IND","11","0","1","272","0","50""14","ID_IND","12","3","2","273","0","50""15","SYS_TABLESPACES_SPACE","13","3","1","275","0","50""16","SYS_DATAFILES_SPACE","14","3","1","276","0","50""17","BASE_IDX","15","3","3","278","0","50""18","PRIMARY","16","3","1","3","2","50""19","PRIMARY","17","3","1","3","3","50""20","PRIMARY","18","3","1","3","4","50""21","name","18","2","1","4","4","50""22","PRIMARY","19","3","1","3","5","50""23","name","19","2","1","4","5","50""24","PRIMARY","20","3","2","3","6","50""25","PRIMARY","21","3","1","3","7","50""26","name","21","2","1","4","7","50""27","PRIMARY","22","3","1","3","8","50""28","PRIMARY","23","3","1","3","9","50""29","PRIMARY","24","3","2","3","10","50""30","PRIMARY","25","3","2","3","11","50""31","PRIMARY","26","3","1","3","12","50""32","PRIMARY","27","3","2","3","13","50""33","PRIMARY","28","3","4","3","14","50""34","PRIMARY","29","3","1","3","15","50""35","PRIMARY","30","3","1","3","16","50""36","PRIMARY","31","3","2","3","17","50""37","PRIMARY","32","3","2","3","18","50""38","PRIMARY","33","3","1","3","19","50""39","PRIMARY","34","3","3","3","20","50""40","PRIMARY","35","3","1","3","21","50""41","PRIMARY","36","3","1","3","23","50""42","PRIMARY","37","3","1","3","24","50""43","dept_name","37","2","1","4","24","50""44","PRIMARY","38","3","2","3","25","50""45","dept_no","38","0","1","4","25","50""46","PRIMARY","39","3","2","3","26","50""47","dept_no","39","0","1","4","26","50""48","PRIMARY","40","3","3","3","27","50""49","PRIMARY","41","3","2","3","28","50"
1 11 ID_IND 11 3 1 270 0 50"12 FOR_IND 11 0 1 271 0 50"13 REF_IND 11 0 1 272 0 50"14 ID_IND 12 3 2 273 0 50"15 SYS_TABLESPACES_SPACE 13 3 1 275 0 50"16 SYS_DATAFILES_SPACE 14 3 1 276 0 50"17 BASE_IDX 15 3 3 278 0 50"18 PRIMARY 16 3 1 3 2 50"19 PRIMARY 17 3 1 3 3 50"20 PRIMARY 18 3 1 3 4 50"21 name 18 2 1 4 4 50"22 PRIMARY 19 3 1 3 5 50"23 name 19 2 1 4 5 50"24 PRIMARY 20 3 2 3 6 50"25 PRIMARY 21 3 1 3 7 50"26 name 21 2 1 4 7 50"27 PRIMARY 22 3 1 3 8 50"28 PRIMARY 23 3 1 3 9 50"29 PRIMARY 24 3 2 3 10 50"30 PRIMARY 25 3 2 3 11 50"31 PRIMARY 26 3 1 3 12 50"32 PRIMARY 27 3 2 3 13 50"33 PRIMARY 28 3 4 3 14 50"34 PRIMARY 29 3 1 3 15 50"35 PRIMARY 30 3 1 3 16 50"36 PRIMARY 31 3 2 3 17 50"37 PRIMARY 32 3 2 3 18 50"38 PRIMARY 33 3 1 3 19 50"39 PRIMARY 34 3 3 3 20 50"40 PRIMARY 35 3 1 3 21 50"41 PRIMARY 36 3 1 3 23 50"42 PRIMARY 37 3 1 3 24 50"43 dept_name 37 2 1 4 24 50"44 PRIMARY 38 3 2 3 25 50"45 dept_no 38 0 1 4 25 50"46 PRIMARY 39 3 2 3 26 50"47 dept_no 39 0 1 4 26 50"48 PRIMARY 40 3 3 3 27 50"49 PRIMARY 41 3 2 3 28 50

View file

@ -0,0 +1 @@
"14","SYS_DATAFILES","0","5","0","Antelope","Redundant","0","System""11","SYS_FOREIGN","0","7","0","Antelope","Redundant","0","System""12","SYS_FOREIGN_COLS","0","7","0","Antelope","Redundant","0","System""13","SYS_TABLESPACES","0","6","0","Antelope","Redundant","0","System""15","SYS_VIRTUAL","0","6","0","Antelope","Redundant","0","System""37","employees/departments","33","5","24","Barracuda","Dynamic","0","Single""39","employees/dept_emp","33","7","26","Barracuda","Dynamic","0","Single""38","employees/dept_manager","33","7","25","Barracuda","Dynamic","0","Single""36","employees/employees","33","9","23","Barracuda","Dynamic","0","Single""41","employees/salaries","33","7","28","Barracuda","Dynamic","0","Single""40","employees/titles","33","7","27","Barracuda","Dynamic","0","Single""34","mysql/engine_cost","33","9","20","Barracuda","Dynamic","0","Single""32","mysql/gtid_executed","33","6","18","Barracuda","Dynamic","0","Single""19","mysql/help_category","33","7","5","Barracuda","Dynamic","0","Single""21","mysql/help_keyword","33","5","7","Barracuda","Dynamic","0","Single""20","mysql/help_relation","33","5","6","Barracuda","Dynamic","0","Single""18","mysql/help_topic","33","9","4","Barracuda","Dynamic","0","Single""28","mysql/innodb_index_stats","33","11","14","Barracuda","Dynamic","0","Single""27","mysql/innodb_table_stats","33","9","13","Barracuda","Dynamic","0","Single""16","mysql/plugin","33","5","2","Barracuda","Dynamic","0","Single""33","mysql/server_cost","33","7","19","Barracuda","Dynamic","0","Single""17","mysql/servers","33","12","3","Barracuda","Dynamic","0","Single""30","mysql/slave_master_info","33","28","16","Barracuda","Dynamic","0","Single""29","mysql/slave_relay_log_info","33","12","15","Barracuda","Dynamic","0","Single""31","mysql/slave_worker_info","33","16","17","Barracuda","Dynamic","0","Single""23","mysql/time_zone","33","5","9","Barracuda","Dynamic","0","Single""26","mysql/time_zone_leap_second","33","5","12","Barracuda","Dynamic","0","Single""22","mysql/time_zone_name","33","5","8","Barracuda","Dynamic","0","Single""24","mysql/time_zone_transition","33","6","10","Barracuda","Dynamic","0","Single""25","mysql/time_zone_transition_type","33","8","11","Barracuda","Dynamic","0","Single""35","sys/sys_config","33","7","21","Barracuda","Dynamic","0","Single"
1 14 SYS_DATAFILES 0 5 0 Antelope Redundant 0 System"11 SYS_FOREIGN 0 7 0 Antelope Redundant 0 System"12 SYS_FOREIGN_COLS 0 7 0 Antelope Redundant 0 System"13 SYS_TABLESPACES 0 6 0 Antelope Redundant 0 System"15 SYS_VIRTUAL 0 6 0 Antelope Redundant 0 System"37 employees/departments 33 5 24 Barracuda Dynamic 0 Single"39 employees/dept_emp 33 7 26 Barracuda Dynamic 0 Single"38 employees/dept_manager 33 7 25 Barracuda Dynamic 0 Single"36 employees/employees 33 9 23 Barracuda Dynamic 0 Single"41 employees/salaries 33 7 28 Barracuda Dynamic 0 Single"40 employees/titles 33 7 27 Barracuda Dynamic 0 Single"34 mysql/engine_cost 33 9 20 Barracuda Dynamic 0 Single"32 mysql/gtid_executed 33 6 18 Barracuda Dynamic 0 Single"19 mysql/help_category 33 7 5 Barracuda Dynamic 0 Single"21 mysql/help_keyword 33 5 7 Barracuda Dynamic 0 Single"20 mysql/help_relation 33 5 6 Barracuda Dynamic 0 Single"18 mysql/help_topic 33 9 4 Barracuda Dynamic 0 Single"28 mysql/innodb_index_stats 33 11 14 Barracuda Dynamic 0 Single"27 mysql/innodb_table_stats 33 9 13 Barracuda Dynamic 0 Single"16 mysql/plugin 33 5 2 Barracuda Dynamic 0 Single"33 mysql/server_cost 33 7 19 Barracuda Dynamic 0 Single"17 mysql/servers 33 12 3 Barracuda Dynamic 0 Single"30 mysql/slave_master_info 33 28 16 Barracuda Dynamic 0 Single"29 mysql/slave_relay_log_info 33 12 15 Barracuda Dynamic 0 Single"31 mysql/slave_worker_info 33 16 17 Barracuda Dynamic 0 Single"23 mysql/time_zone 33 5 9 Barracuda Dynamic 0 Single"26 mysql/time_zone_leap_second 33 5 12 Barracuda Dynamic 0 Single"22 mysql/time_zone_name 33 5 8 Barracuda Dynamic 0 Single"24 mysql/time_zone_transition 33 6 10 Barracuda Dynamic 0 Single"25 mysql/time_zone_transition_type 33 8 11 Barracuda Dynamic 0 Single"35 sys/sys_config 33 7 21 Barracuda Dynamic 0 Single

View file

@ -0,0 +1 @@
"2","mysql/plugin","33","Barracuda","Dynamic","16384","0","Single","4096","98304","98304""3","mysql/servers","33","Barracuda","Dynamic","16384","0","Single","4096","98304","98304""4","mysql/help_topic","33","Barracuda","Dynamic","16384","0","Single","4096","114688","114688""5","mysql/help_category","33","Barracuda","Dynamic","16384","0","Single","4096","114688","114688""6","mysql/help_relation","33","Barracuda","Dynamic","16384","0","Single","4096","98304","98304""7","mysql/help_keyword","33","Barracuda","Dynamic","16384","0","Single","4096","114688","114688""8","mysql/time_zone_name","33","Barracuda","Dynamic","16384","0","Single","4096","98304","98304""9","mysql/time_zone","33","Barracuda","Dynamic","16384","0","Single","4096","98304","98304""10","mysql/time_zone_transition","33","Barracuda","Dynamic","16384","0","Single","4096","98304","98304""11","mysql/time_zone_transition_type","33","Barracuda","Dynamic","16384","0","Single","4096","98304","98304""12","mysql/time_zone_leap_second","33","Barracuda","Dynamic","16384","0","Single","4096","98304","98304""13","mysql/innodb_table_stats","33","Barracuda","Dynamic","16384","0","Single","4096","98304","98304""14","mysql/innodb_index_stats","33","Barracuda","Dynamic","16384","0","Single","4096","98304","98304""15","mysql/slave_relay_log_info","33","Barracuda","Dynamic","16384","0","Single","4096","98304","98304""16","mysql/slave_master_info","33","Barracuda","Dynamic","16384","0","Single","4096","98304","98304""17","mysql/slave_worker_info","33","Barracuda","Dynamic","16384","0","Single","4096","98304","98304""18","mysql/gtid_executed","33","Barracuda","Dynamic","16384","0","Single","4096","98304","98304""19","mysql/server_cost","33","Barracuda","Dynamic","16384","0","Single","4096","98304","98304""20","mysql/engine_cost","33","Barracuda","Dynamic","16384","0","Single","4096","98304","98304""21","sys/sys_config","33","Barracuda","Dynamic","16384","0","Single","4096","98304","98304""23","employees/employees","33","Barracuda","Dynamic","16384","0","Single","4096","23068672","23072768""24","employees/departments","33","Barracuda","Dynamic","16384","0","Single","4096","114688","114688""25","employees/dept_manager","33","Barracuda","Dynamic","16384","0","Single","4096","114688","114688""26","employees/dept_emp","33","Barracuda","Dynamic","16384","0","Single","4096","26214400","26218496""27","employees/titles","33","Barracuda","Dynamic","16384","0","Single","4096","28311552","28315648""28","employees/salaries","33","Barracuda","Dynamic","16384","0","Single","4096","109051904","109056000"
1 2 mysql/plugin 33 Barracuda Dynamic 16384 0 Single 4096 98304 98304"3 mysql/servers 33 Barracuda Dynamic 16384 0 Single 4096 98304 98304"4 mysql/help_topic 33 Barracuda Dynamic 16384 0 Single 4096 114688 114688"5 mysql/help_category 33 Barracuda Dynamic 16384 0 Single 4096 114688 114688"6 mysql/help_relation 33 Barracuda Dynamic 16384 0 Single 4096 98304 98304"7 mysql/help_keyword 33 Barracuda Dynamic 16384 0 Single 4096 114688 114688"8 mysql/time_zone_name 33 Barracuda Dynamic 16384 0 Single 4096 98304 98304"9 mysql/time_zone 33 Barracuda Dynamic 16384 0 Single 4096 98304 98304"10 mysql/time_zone_transition 33 Barracuda Dynamic 16384 0 Single 4096 98304 98304"11 mysql/time_zone_transition_type 33 Barracuda Dynamic 16384 0 Single 4096 98304 98304"12 mysql/time_zone_leap_second 33 Barracuda Dynamic 16384 0 Single 4096 98304 98304"13 mysql/innodb_table_stats 33 Barracuda Dynamic 16384 0 Single 4096 98304 98304"14 mysql/innodb_index_stats 33 Barracuda Dynamic 16384 0 Single 4096 98304 98304"15 mysql/slave_relay_log_info 33 Barracuda Dynamic 16384 0 Single 4096 98304 98304"16 mysql/slave_master_info 33 Barracuda Dynamic 16384 0 Single 4096 98304 98304"17 mysql/slave_worker_info 33 Barracuda Dynamic 16384 0 Single 4096 98304 98304"18 mysql/gtid_executed 33 Barracuda Dynamic 16384 0 Single 4096 98304 98304"19 mysql/server_cost 33 Barracuda Dynamic 16384 0 Single 4096 98304 98304"20 mysql/engine_cost 33 Barracuda Dynamic 16384 0 Single 4096 98304 98304"21 sys/sys_config 33 Barracuda Dynamic 16384 0 Single 4096 98304 98304"23 employees/employees 33 Barracuda Dynamic 16384 0 Single 4096 23068672 23072768"24 employees/departments 33 Barracuda Dynamic 16384 0 Single 4096 114688 114688"25 employees/dept_manager 33 Barracuda Dynamic 16384 0 Single 4096 114688 114688"26 employees/dept_emp 33 Barracuda Dynamic 16384 0 Single 4096 26214400 26218496"27 employees/titles 33 Barracuda Dynamic 16384 0 Single 4096 28311552 28315648"28 employees/salaries 33 Barracuda Dynamic 16384 0 Single 4096 109051904 109056000

View file

@ -0,0 +1 @@
"14","SYS_DATAFILES","Uninitialized","0","0","0","0","0","0""11","SYS_FOREIGN","Uninitialized","0","0","0","0","0","0""12","SYS_FOREIGN_COLS","Uninitialized","0","0","0","0","0","0""13","SYS_TABLESPACES","Uninitialized","0","0","0","0","0","0""15","SYS_VIRTUAL","Uninitialized","0","0","0","0","0","0""37","employees/departments","Initialized","9","1","1","0","0","3""39","employees/dept_emp","Initialized","331570","737","353","0","0","18""38","employees/dept_manager","Initialized","24","1","1","0","0","7""36","employees/employees","Initialized","299468","929","0","0","0","7""41","employees/salaries","Initialized","2844047","1","0","86302","0","7""40","employees/titles","Initialized","442902","1252","0","0","0","7""34","mysql/engine_cost","Initialized","2","1","0","0","0","6""32","mysql/gtid_executed","Initialized","0","1","0","0","0","6""19","mysql/help_category","Initialized","0","1","1","0","0","5""21","mysql/help_keyword","Initialized","0","1","1","0","0","5""20","mysql/help_relation","Initialized","0","1","0","0","0","5""18","mysql/help_topic","Initialized","0","1","1","0","0","5""28","mysql/innodb_index_stats","Initialized","41","1","0","0","0","5""27","mysql/innodb_table_stats","Initialized","8","1","0","0","0","6""16","mysql/plugin","Initialized","0","1","0","0","0","6""33","mysql/server_cost","Initialized","6","1","0","0","0","7""17","mysql/servers","Initialized","0","1","0","0","0","7""30","mysql/slave_master_info","Initialized","0","1","0","0","0","6""29","mysql/slave_relay_log_info","Initialized","0","1","0","0","0","6""31","mysql/slave_worker_info","Initialized","0","1","0","0","0","6""23","mysql/time_zone","Initialized","0","1","0","0","1","6""26","mysql/time_zone_leap_second","Initialized","0","1","0","0","0","6""22","mysql/time_zone_name","Initialized","0","1","0","0","0","6""24","mysql/time_zone_transition","Initialized","0","1","0","0","0","6""25","mysql/time_zone_transition_type","Initialized","0","1","0","0","0","6""35","sys/sys_config","Initialized","6","1","0","0","0","8"
1 14 SYS_DATAFILES Uninitialized 0 0 0 0 0 0"11 SYS_FOREIGN Uninitialized 0 0 0 0 0 0"12 SYS_FOREIGN_COLS Uninitialized 0 0 0 0 0 0"13 SYS_TABLESPACES Uninitialized 0 0 0 0 0 0"15 SYS_VIRTUAL Uninitialized 0 0 0 0 0 0"37 employees/departments Initialized 9 1 1 0 0 3"39 employees/dept_emp Initialized 331570 737 353 0 0 18"38 employees/dept_manager Initialized 24 1 1 0 0 7"36 employees/employees Initialized 299468 929 0 0 0 7"41 employees/salaries Initialized 2844047 1 0 86302 0 7"40 employees/titles Initialized 442902 1252 0 0 0 7"34 mysql/engine_cost Initialized 2 1 0 0 0 6"32 mysql/gtid_executed Initialized 0 1 0 0 0 6"19 mysql/help_category Initialized 0 1 1 0 0 5"21 mysql/help_keyword Initialized 0 1 1 0 0 5"20 mysql/help_relation Initialized 0 1 0 0 0 5"18 mysql/help_topic Initialized 0 1 1 0 0 5"28 mysql/innodb_index_stats Initialized 41 1 0 0 0 5"27 mysql/innodb_table_stats Initialized 8 1 0 0 0 6"16 mysql/plugin Initialized 0 1 0 0 0 6"33 mysql/server_cost Initialized 6 1 0 0 0 7"17 mysql/servers Initialized 0 1 0 0 0 7"30 mysql/slave_master_info Initialized 0 1 0 0 0 6"29 mysql/slave_relay_log_info Initialized 0 1 0 0 0 6"31 mysql/slave_worker_info Initialized 0 1 0 0 0 6"23 mysql/time_zone Initialized 0 1 0 0 1 6"26 mysql/time_zone_leap_second Initialized 0 1 0 0 0 6"22 mysql/time_zone_name Initialized 0 1 0 0 0 6"24 mysql/time_zone_transition Initialized 0 1 0 0 0 6"25 mysql/time_zone_transition_type Initialized 0 1 0 0 0 6"35 sys/sys_config Initialized 6 1 0 0 0 8

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
"64","root","localhost:34438","NULL","Query","0","executing","select * from information_schema.PROCESSLIST"
1 64 root localhost:34438 NULL Query 0 executing select * from information_schema.PROCESSLIST

View file

@ -0,0 +1 @@
"def","employees","dept_emp_ibfk_1","def","employees","PRIMARY","NONE","RESTRICT","CASCADE","dept_emp","employees""def","employees","dept_emp_ibfk_2","def","employees","PRIMARY","NONE","RESTRICT","CASCADE","dept_emp","departments""def","employees","dept_manager_ibfk_1","def","employees","PRIMARY","NONE","RESTRICT","CASCADE","dept_manager","employees""def","employees","dept_manager_ibfk_2","def","employees","PRIMARY","NONE","RESTRICT","CASCADE","dept_manager","departments""def","employees","salaries_ibfk_1","def","employees","PRIMARY","NONE","RESTRICT","CASCADE","salaries","employees""def","employees","titles_ibfk_1","def","employees","PRIMARY","NONE","RESTRICT","CASCADE","titles","employees"
1 def employees dept_emp_ibfk_1 def employees PRIMARY NONE RESTRICT CASCADE dept_emp employees"def employees dept_emp_ibfk_2 def employees PRIMARY NONE RESTRICT CASCADE dept_emp departments"def employees dept_manager_ibfk_1 def employees PRIMARY NONE RESTRICT CASCADE dept_manager employees"def employees dept_manager_ibfk_2 def employees PRIMARY NONE RESTRICT CASCADE dept_manager departments"def employees salaries_ibfk_1 def employees PRIMARY NONE RESTRICT CASCADE salaries employees"def employees titles_ibfk_1 def employees PRIMARY NONE RESTRICT CASCADE titles employees

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
"def","information_schema","utf8","utf8_general_ci","NULL""def","data","latin1","latin1_swedish_ci","NULL""def","employees","latin1","latin1_swedish_ci","NULL""def","mysql","latin1","latin1_swedish_ci","NULL""def","performance_schema","utf8","utf8_general_ci","NULL""def","sys","utf8","utf8_general_ci","NULL"
1 def information_schema utf8 utf8_general_ci NULL"def data latin1 latin1_swedish_ci NULL"def employees latin1 latin1_swedish_ci NULL"def mysql latin1 latin1_swedish_ci NULL"def performance_schema utf8 utf8_general_ci NULL"def sys utf8 utf8_general_ci NULL

View file

@ -0,0 +1 @@
"'mysql.sys'@'localhost'","def","sys","TRIGGER","NO""'mysql.session'@'localhost'","def","performance_schema","SELECT","NO"
1 'mysql.sys'@'localhost' def sys TRIGGER NO"'mysql.session'@'localhost' def performance_schema SELECT NO

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
"def","employees","PRIMARY","employees","departments","PRIMARY KEY""def","employees","dept_name","employees","departments","UNIQUE""def","employees","PRIMARY","employees","dept_emp","PRIMARY KEY""def","employees","dept_emp_ibfk_1","employees","dept_emp","FOREIGN KEY""def","employees","dept_emp_ibfk_2","employees","dept_emp","FOREIGN KEY""def","employees","PRIMARY","employees","dept_manager","PRIMARY KEY""def","employees","dept_manager_ibfk_1","employees","dept_manager","FOREIGN KEY""def","employees","dept_manager_ibfk_2","employees","dept_manager","FOREIGN KEY""def","employees","PRIMARY","employees","employees","PRIMARY KEY""def","employees","PRIMARY","employees","salaries","PRIMARY KEY""def","employees","salaries_ibfk_1","employees","salaries","FOREIGN KEY""def","employees","PRIMARY","employees","titles","PRIMARY KEY""def","employees","titles_ibfk_1","employees","titles","FOREIGN KEY""def","mysql","PRIMARY","mysql","columns_priv","PRIMARY KEY""def","mysql","PRIMARY","mysql","db","PRIMARY KEY""def","mysql","PRIMARY","mysql","engine_cost","PRIMARY KEY""def","mysql","PRIMARY","mysql","event","PRIMARY KEY""def","mysql","PRIMARY","mysql","func","PRIMARY KEY""def","mysql","PRIMARY","mysql","gtid_executed","PRIMARY KEY""def","mysql","PRIMARY","mysql","help_category","PRIMARY KEY""def","mysql","name","mysql","help_category","UNIQUE""def","mysql","PRIMARY","mysql","help_keyword","PRIMARY KEY""def","mysql","name","mysql","help_keyword","UNIQUE""def","mysql","PRIMARY","mysql","help_relation","PRIMARY KEY""def","mysql","PRIMARY","mysql","help_topic","PRIMARY KEY""def","mysql","name","mysql","help_topic","UNIQUE""def","mysql","PRIMARY","mysql","innodb_index_stats","PRIMARY KEY""def","mysql","PRIMARY","mysql","innodb_table_stats","PRIMARY KEY""def","mysql","PRIMARY","mysql","ndb_binlog_index","PRIMARY KEY""def","mysql","PRIMARY","mysql","plugin","PRIMARY KEY""def","mysql","PRIMARY","mysql","proc","PRIMARY KEY""def","mysql","PRIMARY","mysql","procs_priv","PRIMARY KEY""def","mysql","PRIMARY","mysql","proxies_priv","PRIMARY KEY""def","mysql","PRIMARY","mysql","server_cost","PRIMARY KEY""def","mysql","PRIMARY","mysql","servers","PRIMARY KEY""def","mysql","PRIMARY","mysql","slave_master_info","PRIMARY KEY""def","mysql","PRIMARY","mysql","slave_relay_log_info","PRIMARY KEY""def","mysql","PRIMARY","mysql","slave_worker_info","PRIMARY KEY""def","mysql","PRIMARY","mysql","tables_priv","PRIMARY KEY""def","mysql","PRIMARY","mysql","time_zone","PRIMARY KEY""def","mysql","PRIMARY","mysql","time_zone_leap_second","PRIMARY KEY""def","mysql","PRIMARY","mysql","time_zone_name","PRIMARY KEY""def","mysql","PRIMARY","mysql","time_zone_transition","PRIMARY KEY""def","mysql","PRIMARY","mysql","time_zone_transition_type","PRIMARY KEY""def","mysql","PRIMARY","mysql","user","PRIMARY KEY""def","sys","PRIMARY","sys","sys_config","PRIMARY KEY"
1 def employees PRIMARY employees departments PRIMARY KEY"def employees dept_name employees departments UNIQUE"def employees PRIMARY employees dept_emp PRIMARY KEY"def employees dept_emp_ibfk_1 employees dept_emp FOREIGN KEY"def employees dept_emp_ibfk_2 employees dept_emp FOREIGN KEY"def employees PRIMARY employees dept_manager PRIMARY KEY"def employees dept_manager_ibfk_1 employees dept_manager FOREIGN KEY"def employees dept_manager_ibfk_2 employees dept_manager FOREIGN KEY"def employees PRIMARY employees employees PRIMARY KEY"def employees PRIMARY employees salaries PRIMARY KEY"def employees salaries_ibfk_1 employees salaries FOREIGN KEY"def employees PRIMARY employees titles PRIMARY KEY"def employees titles_ibfk_1 employees titles FOREIGN KEY"def mysql PRIMARY mysql columns_priv PRIMARY KEY"def mysql PRIMARY mysql db PRIMARY KEY"def mysql PRIMARY mysql engine_cost PRIMARY KEY"def mysql PRIMARY mysql event PRIMARY KEY"def mysql PRIMARY mysql func PRIMARY KEY"def mysql PRIMARY mysql gtid_executed PRIMARY KEY"def mysql PRIMARY mysql help_category PRIMARY KEY"def mysql name mysql help_category UNIQUE"def mysql PRIMARY mysql help_keyword PRIMARY KEY"def mysql name mysql help_keyword UNIQUE"def mysql PRIMARY mysql help_relation PRIMARY KEY"def mysql PRIMARY mysql help_topic PRIMARY KEY"def mysql name mysql help_topic UNIQUE"def mysql PRIMARY mysql innodb_index_stats PRIMARY KEY"def mysql PRIMARY mysql innodb_table_stats PRIMARY KEY"def mysql PRIMARY mysql ndb_binlog_index PRIMARY KEY"def mysql PRIMARY mysql plugin PRIMARY KEY"def mysql PRIMARY mysql proc PRIMARY KEY"def mysql PRIMARY mysql procs_priv PRIMARY KEY"def mysql PRIMARY mysql proxies_priv PRIMARY KEY"def mysql PRIMARY mysql server_cost PRIMARY KEY"def mysql PRIMARY mysql servers PRIMARY KEY"def mysql PRIMARY mysql slave_master_info PRIMARY KEY"def mysql PRIMARY mysql slave_relay_log_info PRIMARY KEY"def mysql PRIMARY mysql slave_worker_info PRIMARY KEY"def mysql PRIMARY mysql tables_priv PRIMARY KEY"def mysql PRIMARY mysql time_zone PRIMARY KEY"def mysql PRIMARY mysql time_zone_leap_second PRIMARY KEY"def mysql PRIMARY mysql time_zone_name PRIMARY KEY"def mysql PRIMARY mysql time_zone_transition PRIMARY KEY"def mysql PRIMARY mysql time_zone_transition_type PRIMARY KEY"def mysql PRIMARY mysql user PRIMARY KEY"def sys PRIMARY sys sys_config PRIMARY KEY

View file

@ -0,0 +1 @@
"'mysql.session'@'localhost'","def","mysql","user","SELECT","NO""'mysql.sys'@'localhost'","def","sys","sys_config","SELECT","NO"
1 'mysql.session'@'localhost' def mysql user SELECT NO"'mysql.sys'@'localhost' def sys sys_config SELECT NO

View file

@ -0,0 +1 @@
"def","sys","sys_config_insert_set_user","INSERT","def","sys","sys_config","1","NULL","BEGIN IF @sys.ignore_sys_config_triggers != true AND NEW.set_by IS NULL THEN SET NEW.set_by = USER(); END IF; END","ROW","BEFORE","NULL","NULL","OLD","NEW","2023-03-23 16:38:14.96","","mysql.sys@localhost","utf8","utf8_general_ci","utf8_general_ci""def","sys","sys_config_update_set_user","UPDATE","def","sys","sys_config","1","NULL","BEGIN IF @sys.ignore_sys_config_triggers != true AND NEW.set_by IS NULL THEN SET NEW.set_by = USER(); END IF; END","ROW","BEFORE","NULL","NULL","OLD","NEW","2023-03-23 16:38:14.96","","mysql.sys@localhost","utf8","utf8_general_ci","utf8_general_ci"
1 def sys sys_config_insert_set_user INSERT def sys sys_config 1 NULL BEGIN IF @sys.ignore_sys_config_triggers != true AND NEW.set_by IS NULL THEN SET NEW.set_by = USER(); END IF; END ROW BEFORE NULL NULL OLD NEW 2023-03-23 16:38:14.96 mysql.sys@localhost utf8 utf8_general_ci utf8_general_ci"def sys sys_config_update_set_user UPDATE def sys sys_config 1 NULL BEGIN IF @sys.ignore_sys_config_triggers != true AND NEW.set_by IS NULL THEN SET NEW.set_by = USER(); END IF; END ROW BEFORE NULL NULL OLD NEW 2023-03-23 16:38:14.96 mysql.sys@localhost utf8 utf8_general_ci utf8_general_ci

View file

@ -0,0 +1 @@
"'root'@'localhost'","def","SELECT","YES""'root'@'localhost'","def","INSERT","YES""'root'@'localhost'","def","UPDATE","YES""'root'@'localhost'","def","DELETE","YES""'root'@'localhost'","def","CREATE","YES""'root'@'localhost'","def","DROP","YES""'root'@'localhost'","def","RELOAD","YES""'root'@'localhost'","def","SHUTDOWN","YES""'root'@'localhost'","def","PROCESS","YES""'root'@'localhost'","def","FILE","YES""'root'@'localhost'","def","REFERENCES","YES""'root'@'localhost'","def","INDEX","YES""'root'@'localhost'","def","ALTER","YES""'root'@'localhost'","def","SHOW DATABASES","YES""'root'@'localhost'","def","SUPER","YES""'root'@'localhost'","def","CREATE TEMPORARY TABLES","YES""'root'@'localhost'","def","LOCK TABLES","YES""'root'@'localhost'","def","EXECUTE","YES""'root'@'localhost'","def","REPLICATION SLAVE","YES""'root'@'localhost'","def","REPLICATION CLIENT","YES""'root'@'localhost'","def","CREATE VIEW","YES""'root'@'localhost'","def","SHOW VIEW","YES""'root'@'localhost'","def","CREATE ROUTINE","YES""'root'@'localhost'","def","ALTER ROUTINE","YES""'root'@'localhost'","def","CREATE USER","YES""'root'@'localhost'","def","EVENT","YES""'root'@'localhost'","def","TRIGGER","YES""'root'@'localhost'","def","CREATE TABLESPACE","YES""'mysql.session'@'localhost'","def","SUPER","NO""'mysql.sys'@'localhost'","def","USAGE","NO"
1 'root'@'localhost' def SELECT YES"'root'@'localhost' def INSERT YES"'root'@'localhost' def UPDATE YES"'root'@'localhost' def DELETE YES"'root'@'localhost' def CREATE YES"'root'@'localhost' def DROP YES"'root'@'localhost' def RELOAD YES"'root'@'localhost' def SHUTDOWN YES"'root'@'localhost' def PROCESS YES"'root'@'localhost' def FILE YES"'root'@'localhost' def REFERENCES YES"'root'@'localhost' def INDEX YES"'root'@'localhost' def ALTER YES"'root'@'localhost' def SHOW DATABASES YES"'root'@'localhost' def SUPER YES"'root'@'localhost' def CREATE TEMPORARY TABLES YES"'root'@'localhost' def LOCK TABLES YES"'root'@'localhost' def EXECUTE YES"'root'@'localhost' def REPLICATION SLAVE YES"'root'@'localhost' def REPLICATION CLIENT YES"'root'@'localhost' def CREATE VIEW YES"'root'@'localhost' def SHOW VIEW YES"'root'@'localhost' def CREATE ROUTINE YES"'root'@'localhost' def ALTER ROUTINE YES"'root'@'localhost' def CREATE USER YES"'root'@'localhost' def EVENT YES"'root'@'localhost' def TRIGGER YES"'root'@'localhost' def CREATE TABLESPACE YES"'mysql.session'@'localhost' def SUPER NO"'mysql.sys'@'localhost' def USAGE NO

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
"localhost","2665","19.81 s","7.43 ms","804","5821","964.03 ms","1","823","1","0 bytes","0 bytes"
1 localhost 2665 19.81 s 7.43 ms 804 5821 964.03 ms 1 823 1 0 bytes 0 bytes

View file

@ -0,0 +1 @@
"localhost","5824","964.04 ms""background","12491","680.73 ms"
1 localhost 5824 964.04 ms"background 12491 680.73 ms

View file

@ -0,0 +1 @@
"background","wait/io/file/innodb/innodb_data_file","10845","596.31 ms","13.43 ms""background","wait/io/file/innodb/innodb_log_file","182","81.13 ms","7.36 ms""background","wait/io/file/sql/FRM","1378","2.00 ms","16.71 us""background","wait/io/file/sql/ERRMSG","5","943.17 us","913.51 us""background","wait/io/file/myisam/kfile","33","109.98 us","13.45 us""background","wait/io/file/sql/casetest","10","84.73 us","37.92 us""background","wait/io/file/myisam/dfile","25","70.18 us","6.90 us""background","wait/io/file/sql/pid","3","30.95 us","19.63 us""background","wait/io/file/mysys/charset","3","26.20 us","14.94 us""background","wait/io/file/mysys/cnf","5","20.64 us","8.50 us""background","wait/io/file/sql/global_ddl_log","2","4.51 us","2.55 us""localhost","wait/io/file/innodb/innodb_log_file","400","498.36 ms","4.85 ms""localhost","wait/io/file/innodb/innodb_data_file","665","430.80 ms","17.37 ms""localhost","wait/io/file/myisam/dfile","3271","25.14 ms","19.68 ms""localhost","wait/io/file/sql/FRM","1077","6.89 ms","1.41 ms""localhost","wait/io/file/sql/file_parser","294","2.35 ms","758.45 us""localhost","wait/io/file/csv/data","36","180.95 us","8.16 us""localhost","wait/io/file/sql/dbopt","24","134.53 us","31.98 us""localhost","wait/io/file/archive/data","36","92.99 us","4.38 us""localhost","wait/io/file/myisam/kfile","14","56.35 us","11.15 us""localhost","wait/io/file/csv/metadata","8","32.81 us","8.93 us""localhost","wait/io/file/sql/misc","2","11.80 us","9.76 us"
1 background wait/io/file/innodb/innodb_data_file 10845 596.31 ms 13.43 ms"background wait/io/file/innodb/innodb_log_file 182 81.13 ms 7.36 ms"background wait/io/file/sql/FRM 1378 2.00 ms 16.71 us"background wait/io/file/sql/ERRMSG 5 943.17 us 913.51 us"background wait/io/file/myisam/kfile 33 109.98 us 13.45 us"background wait/io/file/sql/casetest 10 84.73 us 37.92 us"background wait/io/file/myisam/dfile 25 70.18 us 6.90 us"background wait/io/file/sql/pid 3 30.95 us 19.63 us"background wait/io/file/mysys/charset 3 26.20 us 14.94 us"background wait/io/file/mysys/cnf 5 20.64 us 8.50 us"background wait/io/file/sql/global_ddl_log 2 4.51 us 2.55 us"localhost wait/io/file/innodb/innodb_log_file 400 498.36 ms 4.85 ms"localhost wait/io/file/innodb/innodb_data_file 665 430.80 ms 17.37 ms"localhost wait/io/file/myisam/dfile 3271 25.14 ms 19.68 ms"localhost wait/io/file/sql/FRM 1077 6.89 ms 1.41 ms"localhost wait/io/file/sql/file_parser 294 2.35 ms 758.45 us"localhost wait/io/file/csv/data 36 180.95 us 8.16 us"localhost wait/io/file/sql/dbopt 24 134.53 us 31.98 us"localhost wait/io/file/archive/data 36 92.99 us 4.38 us"localhost wait/io/file/myisam/kfile 14 56.35 us 11.15 us"localhost wait/io/file/csv/metadata 8 32.81 us 8.93 us"localhost wait/io/file/sql/misc 2 11.80 us 9.76 us

View file

@ -0,0 +1 @@
"background","stage/innodb/buffer pool load","1","633.50 us","633.50 us"
1 background stage/innodb/buffer pool load 1 633.50 us 633.50 us

View file

@ -0,0 +1 @@
"localhost","3130","19.82 s","222.44 ms","6.33 s","23663","31636","3919017","808""background","0","0 ps","0 ps","0 ps","0","0","0","0"
1 localhost 3130 19.82 s 222.44 ms 6.33 s 23663 31636 3919017 808"background 0 0 ps 0 ps 0 ps 0 0 0 0

View file

@ -0,0 +1 @@
"localhost","insert","168","19.32 s","222.44 ms","6.18 s","0","0","3919015","0""localhost","select","1641","448.84 ms","27.02 ms","144.76 ms","21522","28145","0","795""localhost","create_table","6","25.76 ms","5.58 ms","0 ps","0","0","0","0""localhost","show_table_status","5","16.53 ms","12.31 ms","5.49 ms","228","228","0","5""localhost","create_view","2","5.04 ms","4.23 ms","0 ps","0","0","0","0""localhost","show_variables","2","1.90 ms","985.10 us","137.00 us","1022","2044","0","2""localhost","Quit","827","1.46 ms","40.00 us","0 ps","0","0","0","0""localhost","show_status","2","1.25 ms","626.00 us","138.00 us","711","1422","0","2""localhost","show_engine_status","6","536.50 us","91.90 us","0 ps","0","0","0","0""localhost","alter_user","1","415.50 us","415.50 us","134.00 us","0","0","0","0""localhost","show_databases","2","406.50 us","242.80 us","74.00 us","12","12","0","2""localhost","show_tables","2","400.00 us","276.20 us","71.00 us","162","162","0","2""localhost","jump_if_not","446","373.20 us","5.80 us","0 ps","0","0","0","0""localhost","create_db","2","268.00 us","150.80 us","0 ps","0","0","2","0""localhost","set_option","3","152.00 us","83.80 us","0 ps","0","0","0","0""localhost","drop_table","1","132.70 us","132.70 us","0 ps","0","0","0","0""localhost","freturn","59","108.40 us","7.80 us","0 ps","0","0","0","0""localhost","show_storage_engines","1","89.30 us","89.30 us","39.00 us","9","9","0","1""localhost","Init DB","3","57.90 us","24.30 us","0 ps","0","0","0","0""localhost","drop_db","1","46.50 us","46.50 us","0 ps","0","0","0","0""localhost","show_slave_status","1","45.30 us","45.30 us","0 ps","0","0","0","0""localhost","flush","1","24.30 us","24.30 us","0 ps","0","0","0","0""localhost","show_slave_hosts","1","18.60 us","18.60 us","0 ps","0","0","0","0""localhost","Ping","1","12.80 us","12.80 us","0 ps","0","0","0","0""localhost","Statistics","1","10.20 us","10.20 us","0 ps","0","0","0","0"
1 localhost insert 168 19.32 s 222.44 ms 6.18 s 0 0 3919015 0"localhost select 1641 448.84 ms 27.02 ms 144.76 ms 21522 28145 0 795"localhost create_table 6 25.76 ms 5.58 ms 0 ps 0 0 0 0"localhost show_table_status 5 16.53 ms 12.31 ms 5.49 ms 228 228 0 5"localhost create_view 2 5.04 ms 4.23 ms 0 ps 0 0 0 0"localhost show_variables 2 1.90 ms 985.10 us 137.00 us 1022 2044 0 2"localhost Quit 827 1.46 ms 40.00 us 0 ps 0 0 0 0"localhost show_status 2 1.25 ms 626.00 us 138.00 us 711 1422 0 2"localhost show_engine_status 6 536.50 us 91.90 us 0 ps 0 0 0 0"localhost alter_user 1 415.50 us 415.50 us 134.00 us 0 0 0 0"localhost show_databases 2 406.50 us 242.80 us 74.00 us 12 12 0 2"localhost show_tables 2 400.00 us 276.20 us 71.00 us 162 162 0 2"localhost jump_if_not 446 373.20 us 5.80 us 0 ps 0 0 0 0"localhost create_db 2 268.00 us 150.80 us 0 ps 0 0 2 0"localhost set_option 3 152.00 us 83.80 us 0 ps 0 0 0 0"localhost drop_table 1 132.70 us 132.70 us 0 ps 0 0 0 0"localhost freturn 59 108.40 us 7.80 us 0 ps 0 0 0 0"localhost show_storage_engines 1 89.30 us 89.30 us 39.00 us 9 9 0 1"localhost Init DB 3 57.90 us 24.30 us 0 ps 0 0 0 0"localhost drop_db 1 46.50 us 46.50 us 0 ps 0 0 0 0"localhost show_slave_status 1 45.30 us 45.30 us 0 ps 0 0 0 0"localhost flush 1 24.30 us 24.30 us 0 ps 0 0 0 0"localhost show_slave_hosts 1 18.60 us 18.60 us 0 ps 0 0 0 0"localhost Ping 1 12.80 us 12.80 us 0 ps 0 0 0 0"localhost Statistics 1 10.20 us 10.20 us 0 ps 0 0 0 0

View file

@ -0,0 +1 @@
"employees","104.02 MiB","95.01 MiB","6657","6600","2441","1524747""InnoDB System","2.55 MiB","2.15 MiB","163","0","7","1846""mysql","192.00 KiB","4.36 KiB","12","0","10","25"
1 employees 104.02 MiB 95.01 MiB 6657 6600 2441 1524747"InnoDB System 2.55 MiB 2.15 MiB 163 0 7 1846"mysql 192.00 KiB 4.36 KiB 12 0 10 25

View file

@ -0,0 +1 @@
"employees","salaries","95.09 MiB","86.89 MiB","6086","6078","2090","2850132""employees","employees","5.98 MiB","5.49 MiB","383","382","205","130268""InnoDB System","SYS_TABLES","3.36 MiB","3.01 MiB","215","0","0","17834""employees","titles","2.91 MiB","2.64 MiB","186","140","167","69076""InnoDB System","SYS_FOREIGN","48.00 KiB","1.17 KiB","3","0","3","6""employees","departments","32.00 KiB","495 bytes","2","0","2","9""mysql","help_category","32.00 KiB","0 bytes","2","0","2","0""mysql","help_keyword","32.00 KiB","0 bytes","2","0","2","0""mysql","help_topic","32.00 KiB","0 bytes","2","0","2","0""InnoDB System","SYS_COLUMNS","16.00 KiB","10.14 KiB","1","0","0","157""InnoDB System","SYS_DATAFILES","16.00 KiB","1.34 KiB","1","0","1","26""InnoDB System","SYS_FIELDS","16.00 KiB","2.54 KiB","1","0","0","58""InnoDB System","SYS_FOREIGN_COLS","16.00 KiB","406 bytes","1","0","1","6""InnoDB System","SYS_INDEXES","16.00 KiB","2.76 KiB","1","0","0","39""InnoDB System","SYS_TABLESPACES","16.00 KiB","1.32 KiB","1","0","1","26""InnoDB System","SYS_VIRTUAL","16.00 KiB","0 bytes","1","0","1","0""mysql","help_relation","16.00 KiB","0 bytes","1","0","1","0""mysql","innodb_index_stats","16.00 KiB","3.85 KiB","1","0","0","41""mysql","innodb_table_stats","16.00 KiB","523 bytes","1","0","0","8""mysql","slave_master_info","16.00 KiB","0 bytes","1","0","1","0""mysql","slave_relay_log_info","16.00 KiB","0 bytes","1","0","1","0""mysql","slave_worker_info","16.00 KiB","0 bytes","1","0","1","0"
1 employees salaries 95.09 MiB 86.89 MiB 6086 6078 2090 2850132"employees employees 5.98 MiB 5.49 MiB 383 382 205 130268"InnoDB System SYS_TABLES 3.36 MiB 3.01 MiB 215 0 0 17834"employees titles 2.91 MiB 2.64 MiB 186 140 167 69076"InnoDB System SYS_FOREIGN 48.00 KiB 1.17 KiB 3 0 3 6"employees departments 32.00 KiB 495 bytes 2 0 2 9"mysql help_category 32.00 KiB 0 bytes 2 0 2 0"mysql help_keyword 32.00 KiB 0 bytes 2 0 2 0"mysql help_topic 32.00 KiB 0 bytes 2 0 2 0"InnoDB System SYS_COLUMNS 16.00 KiB 10.14 KiB 1 0 0 157"InnoDB System SYS_DATAFILES 16.00 KiB 1.34 KiB 1 0 1 26"InnoDB System SYS_FIELDS 16.00 KiB 2.54 KiB 1 0 0 58"InnoDB System SYS_FOREIGN_COLS 16.00 KiB 406 bytes 1 0 1 6"InnoDB System SYS_INDEXES 16.00 KiB 2.76 KiB 1 0 0 39"InnoDB System SYS_TABLESPACES 16.00 KiB 1.32 KiB 1 0 1 26"InnoDB System SYS_VIRTUAL 16.00 KiB 0 bytes 1 0 1 0"mysql help_relation 16.00 KiB 0 bytes 1 0 1 0"mysql innodb_index_stats 16.00 KiB 3.85 KiB 1 0 0 41"mysql innodb_table_stats 16.00 KiB 523 bytes 1 0 0 8"mysql slave_master_info 16.00 KiB 0 bytes 1 0 1 0"mysql slave_relay_log_info 16.00 KiB 0 bytes 1 0 1 0"mysql slave_worker_info 16.00 KiB 0 bytes 1 0 1 0

View file

@ -0,0 +1 @@
"page_cleaner_thread","10339","374.37 ms","110.98 ns","355.77 us","7.36 ms","13","NULL""io_write_thread","48","59.13 ms","96.56 us","1.23 ms","2.81 ms","10","NULL""io_write_thread","36","58.30 ms","129.39 us","1.62 ms","3.60 ms","12","NULL""io_write_thread","37","55.15 ms","97.35 us","1.49 ms","2.77 ms","8","NULL""io_write_thread","33","54.60 ms","97.31 us","1.65 ms","3.04 ms","11","NULL""srv_master_thread","73","34.40 ms","4.36 us","471.17 us","2.38 ms","18","NULL""main","1725","27.25 ms","191.89 ns","30.24 us","13.43 ms","1","NULL""io_log_thread","23","9.98 ms","85.87 us","433.78 us","1.08 ms","9","NULL""dict_stats_thread","90","7.17 ms","3.74 us","124.78 us","1.51 ms","23","NULL""buf_dump_thread","87","383.22 us","990.94 ns","4.40 us","12.08 us","24","NULL""root@localhost","3","7.14 us","1.62 us","2.38 us","3.43 us","858","833"
1 page_cleaner_thread 10339 374.37 ms 110.98 ns 355.77 us 7.36 ms 13 NULL"io_write_thread 48 59.13 ms 96.56 us 1.23 ms 2.81 ms 10 NULL"io_write_thread 36 58.30 ms 129.39 us 1.62 ms 3.60 ms 12 NULL"io_write_thread 37 55.15 ms 97.35 us 1.49 ms 2.77 ms 8 NULL"io_write_thread 33 54.60 ms 97.31 us 1.65 ms 3.04 ms 11 NULL"srv_master_thread 73 34.40 ms 4.36 us 471.17 us 2.38 ms 18 NULL"main 1725 27.25 ms 191.89 ns 30.24 us 13.43 ms 1 NULL"io_log_thread 23 9.98 ms 85.87 us 433.78 us 1.08 ms 9 NULL"dict_stats_thread 90 7.17 ms 3.74 us 124.78 us 1.51 ms 23 NULL"buf_dump_thread 87 383.22 us 990.94 ns 4.40 us 12.08 us 24 NULL"root@localhost 3 7.14 us 1.62 us 2.38 us 3.43 us 858 833

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
"innodb/innodb_data_file","11677","1.03 s","0 ps","87.97 us","17.37 ms","624","11.77 MiB","19.31 KiB","10390","324.61 MiB","31.99 KiB","336.38 MiB""innodb/innodb_log_file","582","579.49 ms","862.06 ns","995.69 us","7.36 ms","7","68.50 KiB","9.79 KiB","287","278.36 MiB","993.17 KiB","278.43 MiB""sql/io_cache","988","24.75 ms","0 ps","25.05 us","1.29 ms","536","27.14 MiB","51.84 KiB","438","27.14 MiB","63.44 KiB","54.27 MiB""myisam/dfile","3340","25.31 ms","614.33 ns","7.58 us","19.68 ms","1003","1.04 MiB","1.06 KiB","2","136 bytes","68 bytes","1.04 MiB""sql/FRM","2553","9.42 ms","0 ps","3.69 us","1.41 ms","1124","646.10 KiB","589 bytes","163","27.96 KiB","176 bytes","674.06 KiB""sql/ERRMSG","5","943.17 us","1.83 us","188.63 us","913.51 us","3","78.32 KiB","26.11 KiB","0","0 bytes","0 bytes","78.32 KiB""mysys/charset","3","26.20 us","1.26 us","8.73 us","14.94 us","1","18.97 KiB","18.97 KiB","0","0 bytes","0 bytes","18.97 KiB""sql/file_parser","200","1.83 ms","0 ps","9.16 us","758.45 us","22","14.65 KiB","682 bytes","2","1.86 KiB","954 bytes","16.51 KiB""myisam/kfile","47","166.33 us","637.96 ns","3.54 us","13.45 us","22","5.65 KiB","263 bytes","2","151 bytes","76 bytes","5.80 KiB""sql/dbopt","24","134.53 us","615.04 ns","5.61 us","31.98 us","3","187 bytes","62 bytes","2","130 bytes","65 bytes","317 bytes""csv/metadata","8","32.81 us","772.56 ns","4.10 us","8.93 us","2","70 bytes","35 bytes","0","0 bytes","0 bytes","70 bytes""mysys/cnf","5","20.64 us","191.89 ns","4.13 us","8.50 us","3","56 bytes","19 bytes","0","0 bytes","0 bytes","56 bytes""sql/pid","3","30.95 us","1.92 us","10.32 us","19.63 us","0","0 bytes","0 bytes","1","5 bytes","5 bytes","5 bytes""archive/data","36","92.99 us","0 ps","2.58 us","4.38 us","0","0 bytes","0 bytes","0","0 bytes","0 bytes","0 bytes""csv/data","36","180.95 us","0 ps","5.03 us","8.16 us","0","0 bytes","0 bytes","0","0 bytes","0 bytes","0 bytes""sql/misc","2","11.80 us","0 ps","5.90 us","9.76 us","0","0 bytes","0 bytes","0","0 bytes","0 bytes","0 bytes""sql/global_ddl_log","2","4.51 us","0 ps","2.26 us","2.55 us","0","0 bytes","0 bytes","0","0 bytes","0 bytes","0 bytes""sql/casetest","10","84.73 us","0 ps","8.47 us","37.92 us","0","0 bytes","0 bytes","0","0 bytes","0 bytes","0 bytes"
1 innodb/innodb_data_file 11677 1.03 s 0 ps 87.97 us 17.37 ms 624 11.77 MiB 19.31 KiB 10390 324.61 MiB 31.99 KiB 336.38 MiB"innodb/innodb_log_file 582 579.49 ms 862.06 ns 995.69 us 7.36 ms 7 68.50 KiB 9.79 KiB 287 278.36 MiB 993.17 KiB 278.43 MiB"sql/io_cache 988 24.75 ms 0 ps 25.05 us 1.29 ms 536 27.14 MiB 51.84 KiB 438 27.14 MiB 63.44 KiB 54.27 MiB"myisam/dfile 3340 25.31 ms 614.33 ns 7.58 us 19.68 ms 1003 1.04 MiB 1.06 KiB 2 136 bytes 68 bytes 1.04 MiB"sql/FRM 2553 9.42 ms 0 ps 3.69 us 1.41 ms 1124 646.10 KiB 589 bytes 163 27.96 KiB 176 bytes 674.06 KiB"sql/ERRMSG 5 943.17 us 1.83 us 188.63 us 913.51 us 3 78.32 KiB 26.11 KiB 0 0 bytes 0 bytes 78.32 KiB"mysys/charset 3 26.20 us 1.26 us 8.73 us 14.94 us 1 18.97 KiB 18.97 KiB 0 0 bytes 0 bytes 18.97 KiB"sql/file_parser 200 1.83 ms 0 ps 9.16 us 758.45 us 22 14.65 KiB 682 bytes 2 1.86 KiB 954 bytes 16.51 KiB"myisam/kfile 47 166.33 us 637.96 ns 3.54 us 13.45 us 22 5.65 KiB 263 bytes 2 151 bytes 76 bytes 5.80 KiB"sql/dbopt 24 134.53 us 615.04 ns 5.61 us 31.98 us 3 187 bytes 62 bytes 2 130 bytes 65 bytes 317 bytes"csv/metadata 8 32.81 us 772.56 ns 4.10 us 8.93 us 2 70 bytes 35 bytes 0 0 bytes 0 bytes 70 bytes"mysys/cnf 5 20.64 us 191.89 ns 4.13 us 8.50 us 3 56 bytes 19 bytes 0 0 bytes 0 bytes 56 bytes"sql/pid 3 30.95 us 1.92 us 10.32 us 19.63 us 0 0 bytes 0 bytes 1 5 bytes 5 bytes 5 bytes"archive/data 36 92.99 us 0 ps 2.58 us 4.38 us 0 0 bytes 0 bytes 0 0 bytes 0 bytes 0 bytes"csv/data 36 180.95 us 0 ps 5.03 us 8.16 us 0 0 bytes 0 bytes 0 0 bytes 0 bytes 0 bytes"sql/misc 2 11.80 us 0 ps 5.90 us 9.76 us 0 0 bytes 0 bytes 0 0 bytes 0 bytes 0 bytes"sql/global_ddl_log 2 4.51 us 0 ps 2.26 us 2.55 us 0 0 bytes 0 bytes 0 0 bytes 0 bytes 0 bytes"sql/casetest 10 84.73 us 0 ps 8.47 us 37.92 us 0 0 bytes 0 bytes 0 0 bytes 0 bytes 0 bytes

View file

@ -0,0 +1 @@
"innodb/innodb_data_file","11677","1.03 s","87.97 us","17.37 ms","4.41 ms","134.31 ms","888.46 ms","624","11.77 MiB","19.31 KiB","10390","324.61 MiB","31.99 KiB""innodb/innodb_log_file","582","579.49 ms","995.69 us","7.36 ms","46.56 us","79.65 ms","499.79 ms","7","68.50 KiB","9.79 KiB","287","278.36 MiB","993.17 KiB""myisam/dfile","3347","25.33 ms","7.57 us","19.68 ms","2.24 ms","4.29 us","23.09 ms","1007","1.05 MiB","1.06 KiB","2","136 bytes","68 bytes""sql/io_cache","988","24.75 ms","25.05 us","1.29 ms","3.64 ms","16.94 ms","4.17 ms","536","27.14 MiB","51.84 KiB","438","27.14 MiB","63.44 KiB""sql/FRM","2553","9.42 ms","3.69 us","1.41 ms","1.67 ms","274.67 us","7.48 ms","1124","646.10 KiB","589 bytes","163","27.96 KiB","176 bytes""sql/file_parser","200","1.83 ms","9.16 us","758.45 us","53.31 us","22.37 us","1.76 ms","22","14.65 KiB","682 bytes","2","1.86 KiB","954 bytes""sql/ERRMSG","5","943.17 us","188.63 us","913.51 us","26.24 us","0 ps","916.92 us","3","78.32 KiB","26.11 KiB","0","0 bytes","0 bytes""csv/data","36","180.95 us","5.03 us","8.16 us","0 ps","0 ps","180.95 us","0","0 bytes","0 bytes","0","0 bytes","0 bytes""myisam/kfile","47","166.33 us","3.54 us","13.45 us","41.75 us","12.46 us","112.12 us","22","5.65 KiB","263 bytes","2","151 bytes","76 bytes""sql/dbopt","24","134.53 us","5.61 us","31.98 us","11.92 us","21.19 us","101.42 us","3","187 bytes","62 bytes","2","130 bytes","65 bytes""archive/data","36","92.99 us","2.58 us","4.38 us","0 ps","0 ps","92.99 us","0","0 bytes","0 bytes","0","0 bytes","0 bytes""sql/casetest","10","84.73 us","8.47 us","37.92 us","0 ps","0 ps","84.73 us","0","0 bytes","0 bytes","0","0 bytes","0 bytes""csv/metadata","8","32.81 us","4.10 us","8.93 us","5.04 us","0 ps","27.77 us","2","70 bytes","35 bytes","0","0 bytes","0 bytes""sql/pid","3","30.95 us","10.32 us","19.63 us","0 ps","9.41 us","21.54 us","0","0 bytes","0 bytes","1","5 bytes","5 bytes""mysys/charset","3","26.20 us","8.73 us","14.94 us","10.00 us","0 ps","16.20 us","1","18.97 KiB","18.97 KiB","0","0 bytes","0 bytes""mysys/cnf","5","20.64 us","4.13 us","8.50 us","8.75 us","0 ps","11.88 us","3","56 bytes","19 bytes","0","0 bytes","0 bytes""sql/misc","2","11.80 us","5.90 us","9.76 us","0 ps","0 ps","11.80 us","0","0 bytes","0 bytes","0","0 bytes","0 bytes""sql/global_ddl_log","2","4.51 us","2.26 us","2.55 us","0 ps","0 ps","4.51 us","0","0 bytes","0 bytes","0","0 bytes","0 bytes"
1 innodb/innodb_data_file 11677 1.03 s 87.97 us 17.37 ms 4.41 ms 134.31 ms 888.46 ms 624 11.77 MiB 19.31 KiB 10390 324.61 MiB 31.99 KiB"innodb/innodb_log_file 582 579.49 ms 995.69 us 7.36 ms 46.56 us 79.65 ms 499.79 ms 7 68.50 KiB 9.79 KiB 287 278.36 MiB 993.17 KiB"myisam/dfile 3347 25.33 ms 7.57 us 19.68 ms 2.24 ms 4.29 us 23.09 ms 1007 1.05 MiB 1.06 KiB 2 136 bytes 68 bytes"sql/io_cache 988 24.75 ms 25.05 us 1.29 ms 3.64 ms 16.94 ms 4.17 ms 536 27.14 MiB 51.84 KiB 438 27.14 MiB 63.44 KiB"sql/FRM 2553 9.42 ms 3.69 us 1.41 ms 1.67 ms 274.67 us 7.48 ms 1124 646.10 KiB 589 bytes 163 27.96 KiB 176 bytes"sql/file_parser 200 1.83 ms 9.16 us 758.45 us 53.31 us 22.37 us 1.76 ms 22 14.65 KiB 682 bytes 2 1.86 KiB 954 bytes"sql/ERRMSG 5 943.17 us 188.63 us 913.51 us 26.24 us 0 ps 916.92 us 3 78.32 KiB 26.11 KiB 0 0 bytes 0 bytes"csv/data 36 180.95 us 5.03 us 8.16 us 0 ps 0 ps 180.95 us 0 0 bytes 0 bytes 0 0 bytes 0 bytes"myisam/kfile 47 166.33 us 3.54 us 13.45 us 41.75 us 12.46 us 112.12 us 22 5.65 KiB 263 bytes 2 151 bytes 76 bytes"sql/dbopt 24 134.53 us 5.61 us 31.98 us 11.92 us 21.19 us 101.42 us 3 187 bytes 62 bytes 2 130 bytes 65 bytes"archive/data 36 92.99 us 2.58 us 4.38 us 0 ps 0 ps 92.99 us 0 0 bytes 0 bytes 0 0 bytes 0 bytes"sql/casetest 10 84.73 us 8.47 us 37.92 us 0 ps 0 ps 84.73 us 0 0 bytes 0 bytes 0 0 bytes 0 bytes"csv/metadata 8 32.81 us 4.10 us 8.93 us 5.04 us 0 ps 27.77 us 2 70 bytes 35 bytes 0 0 bytes 0 bytes"sql/pid 3 30.95 us 10.32 us 19.63 us 0 ps 9.41 us 21.54 us 0 0 bytes 0 bytes 1 5 bytes 5 bytes"mysys/charset 3 26.20 us 8.73 us 14.94 us 10.00 us 0 ps 16.20 us 1 18.97 KiB 18.97 KiB 0 0 bytes 0 bytes"mysys/cnf 5 20.64 us 4.13 us 8.50 us 8.75 us 0 ps 11.88 us 3 56 bytes 19 bytes 0 0 bytes 0 bytes"sql/misc 2 11.80 us 5.90 us 9.76 us 0 ps 0 ps 11.80 us 0 0 bytes 0 bytes 0 0 bytes 0 bytes"sql/global_ddl_log 2 4.51 us 2.26 us 2.55 us 0 ps 0 ps 4.51 us 0 0 bytes 0 bytes 0 0 bytes 0 bytes

View file

@ -0,0 +1 @@
"localhost","0","0 bytes","0 bytes","0 bytes","0 bytes""background","0","0 bytes","0 bytes","0 bytes","0 bytes"
1 localhost 0 0 bytes 0 bytes 0 bytes 0 bytes"background 0 0 bytes 0 bytes 0 bytes 0 bytes

View file

@ -0,0 +1 @@
"5","innodb/io_read_thread","0","0 bytes","0 bytes","0 bytes","0 bytes""6","innodb/io_read_thread","0","0 bytes","0 bytes","0 bytes","0 bytes""7","innodb/io_read_thread","0","0 bytes","0 bytes","0 bytes","0 bytes""8","innodb/io_write_thread","0","0 bytes","0 bytes","0 bytes","0 bytes""9","innodb/io_log_thread","0","0 bytes","0 bytes","0 bytes","0 bytes""10","innodb/io_write_thread","0","0 bytes","0 bytes","0 bytes","0 bytes""11","innodb/io_write_thread","0","0 bytes","0 bytes","0 bytes","0 bytes""12","innodb/io_write_thread","0","0 bytes","0 bytes","0 bytes","0 bytes""13","innodb/page_cleaner_thread","0","0 bytes","0 bytes","0 bytes","0 bytes""15","innodb/srv_lock_timeout_thread","0","0 bytes","0 bytes","0 bytes","0 bytes""16","innodb/srv_error_monitor_thread","0","0 bytes","0 bytes","0 bytes","0 bytes""17","innodb/srv_monitor_thread","0","0 bytes","0 bytes","0 bytes","0 bytes""18","innodb/srv_master_thread","0","0 bytes","0 bytes","0 bytes","0 bytes""19","innodb/srv_purge_thread","0","0 bytes","0 bytes","0 bytes","0 bytes""20","innodb/srv_worker_thread","0","0 bytes","0 bytes","0 bytes","0 bytes""21","innodb/srv_worker_thread","0","0 bytes","0 bytes","0 bytes","0 bytes""22","innodb/srv_worker_thread","0","0 bytes","0 bytes","0 bytes","0 bytes""23","innodb/dict_stats_thread","0","0 bytes","0 bytes","0 bytes","0 bytes""24","innodb/buf_dump_thread","0","0 bytes","0 bytes","0 bytes","0 bytes""25","sql/signal_handler","0","0 bytes","0 bytes","0 bytes","0 bytes""26","sql/compress_gtid_table","0","0 bytes","0 bytes","0 bytes","0 bytes""865","root@localhost","0","0 bytes","0 bytes","0 bytes","0 bytes""1","sql/main","0","0 bytes","0 bytes","0 bytes","0 bytes""2","sql/thread_timer_notifier","0","0 bytes","0 bytes","0 bytes","0 bytes""3","innodb/io_ibuf_thread","0","0 bytes","0 bytes","0 bytes","0 bytes""4","innodb/io_read_thread","0","0 bytes","0 bytes","0 bytes","0 bytes"
1 5 innodb/io_read_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"6 innodb/io_read_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"7 innodb/io_read_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"8 innodb/io_write_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"9 innodb/io_log_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"10 innodb/io_write_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"11 innodb/io_write_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"12 innodb/io_write_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"13 innodb/page_cleaner_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"15 innodb/srv_lock_timeout_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"16 innodb/srv_error_monitor_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"17 innodb/srv_monitor_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"18 innodb/srv_master_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"19 innodb/srv_purge_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"20 innodb/srv_worker_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"21 innodb/srv_worker_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"22 innodb/srv_worker_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"23 innodb/dict_stats_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"24 innodb/buf_dump_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"25 sql/signal_handler 0 0 bytes 0 bytes 0 bytes 0 bytes"26 sql/compress_gtid_table 0 0 bytes 0 bytes 0 bytes 0 bytes"865 root@localhost 0 0 bytes 0 bytes 0 bytes 0 bytes"1 sql/main 0 0 bytes 0 bytes 0 bytes 0 bytes"2 sql/thread_timer_notifier 0 0 bytes 0 bytes 0 bytes 0 bytes"3 innodb/io_ibuf_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"4 innodb/io_read_thread 0 0 bytes 0 bytes 0 bytes 0 bytes

View file

@ -0,0 +1 @@
"root","0","0 bytes","0 bytes","0 bytes","0 bytes""background","0","0 bytes","0 bytes","0 bytes","0 bytes"
1 root 0 0 bytes 0 bytes 0 bytes 0 bytes"background 0 0 bytes 0 bytes 0 bytes 0 bytes

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
"140.77 MiB"
1 140.77 MiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
"sys","sys_config","PRIMARY","1","56.33 us","0","0 ps","0","0 ps","0","0 ps""employees","employees","PRIMARY","0","0 ps","0","0 ps","0","0 ps","0","0 ps""employees","departments","PRIMARY","0","0 ps","0","0 ps","0","0 ps","0","0 ps""employees","departments","dept_name","0","0 ps","0","0 ps","0","0 ps","0","0 ps""employees","dept_manager","PRIMARY","0","0 ps","0","0 ps","0","0 ps","0","0 ps""employees","dept_manager","dept_no","0","0 ps","0","0 ps","0","0 ps","0","0 ps""employees","dept_emp","PRIMARY","0","0 ps","0","0 ps","0","0 ps","0","0 ps""employees","dept_emp","dept_no","0","0 ps","0","0 ps","0","0 ps","0","0 ps""employees","titles","PRIMARY","0","0 ps","0","0 ps","0","0 ps","0","0 ps""employees","salaries","PRIMARY","0","0 ps","0","0 ps","0","0 ps","0","0 ps"
1 sys sys_config PRIMARY 1 56.33 us 0 0 ps 0 0 ps 0 0 ps"employees employees PRIMARY 0 0 ps 0 0 ps 0 0 ps 0 0 ps"employees departments PRIMARY 0 0 ps 0 0 ps 0 0 ps 0 0 ps"employees departments dept_name 0 0 ps 0 0 ps 0 0 ps 0 0 ps"employees dept_manager PRIMARY 0 0 ps 0 0 ps 0 0 ps 0 0 ps"employees dept_manager dept_no 0 0 ps 0 0 ps 0 0 ps 0 0 ps"employees dept_emp PRIMARY 0 0 ps 0 0 ps 0 0 ps 0 0 ps"employees dept_emp dept_no 0 0 ps 0 0 ps 0 0 ps 0 0 ps"employees titles PRIMARY 0 0 ps 0 0 ps 0 0 ps 0 0 ps"employees salaries PRIMARY 0 0 ps 0 0 ps 0 0 ps 0 0 ps

View file

@ -0,0 +1 @@
"employees","BASE TABLE","6""employees","INDEX (BTREE)","14""employees","VIEW","2""information_schema","SYSTEM VIEW","61""mysql","BASE TABLE","31""mysql","INDEX (BTREE)","69""performance_schema","BASE TABLE","88""sys","BASE TABLE","1""sys","FUNCTION","22""sys","INDEX (BTREE)","1""sys","PROCEDURE","26""sys","TRIGGER","2""sys","VIEW","100"
1 employees BASE TABLE 6"employees INDEX (BTREE) 14"employees VIEW 2"information_schema SYSTEM VIEW 61"mysql BASE TABLE 31"mysql INDEX (BTREE) 69"performance_schema BASE TABLE 88"sys BASE TABLE 1"sys FUNCTION 22"sys INDEX (BTREE) 1"sys PROCEDURE 26"sys TRIGGER 2"sys VIEW 100

View file

@ -0,0 +1 @@
"employees","salaries","6.39 s","0","0 ps","2844047","6.39 s","0","0 ps","0","0 ps","14","1.26 KiB","33.07 us","6136","95.50 MiB","54.46 ms","167","322.22 ms""employees","dept_emp","1.52 s","0","0 ps","331603","1.52 s","0","0 ps","0","0 ps","14","1.31 KiB","23.02 us","1035","15.80 MiB","9.14 ms","110","120.98 ms""employees","titles","1.25 s","0","0 ps","443308","1.25 s","0","0 ps","0","0 ps","61","753.36 KiB","253.21 us","1232","18.88 MiB","14.52 ms","97","98.73 ms""employees","employees","581.35 ms","0","0 ps","300024","581.35 ms","0","0 ps","0","0 ps","262","3.88 MiB","598.98 us","927","14.04 MiB","4.78 ms","88","82.93 ms""employees","dept_manager","154.67 us","0","0 ps","24","154.67 us","0","0 ps","0","0 ps","14","1.31 KiB","22.83 us","36","196.65 KiB","106.41 us","28","4.21 ms""employees","departments","57.68 us","0","0 ps","9","57.68 us","0","0 ps","0","0 ps","18","65.21 KiB","50.51 us","30","164.61 KiB","97.14 us","27","2.93 ms""sys","sys_config","56.33 us","1","56.33 us","0","0 ps","0","0 ps","0","0 ps","35","128.50 KiB","95.46 us","0","0 bytes","0 ps","53","316.39 us"
1 employees salaries 6.39 s 0 0 ps 2844047 6.39 s 0 0 ps 0 0 ps 14 1.26 KiB 33.07 us 6136 95.50 MiB 54.46 ms 167 322.22 ms"employees dept_emp 1.52 s 0 0 ps 331603 1.52 s 0 0 ps 0 0 ps 14 1.31 KiB 23.02 us 1035 15.80 MiB 9.14 ms 110 120.98 ms"employees titles 1.25 s 0 0 ps 443308 1.25 s 0 0 ps 0 0 ps 61 753.36 KiB 253.21 us 1232 18.88 MiB 14.52 ms 97 98.73 ms"employees employees 581.35 ms 0 0 ps 300024 581.35 ms 0 0 ps 0 0 ps 262 3.88 MiB 598.98 us 927 14.04 MiB 4.78 ms 88 82.93 ms"employees dept_manager 154.67 us 0 0 ps 24 154.67 us 0 0 ps 0 0 ps 14 1.31 KiB 22.83 us 36 196.65 KiB 106.41 us 28 4.21 ms"employees departments 57.68 us 0 0 ps 9 57.68 us 0 0 ps 0 0 ps 18 65.21 KiB 50.51 us 30 164.61 KiB 97.14 us 27 2.93 ms"sys sys_config 56.33 us 1 56.33 us 0 0 ps 0 0 ps 0 0 ps 35 128.50 KiB 95.46 us 0 0 bytes 0 ps 53 316.39 us

View file

@ -0,0 +1 @@
"employees","salaries","0","0 ps","2844047","6.39 s","0","0 ps","0","0 ps","14","1.26 KiB","33.07 us","6136","95.50 MiB","54.46 ms","167","322.22 ms","95.09 MiB","86.89 MiB","8.21 MiB","6086","6078","2142","2850132""employees","dept_emp","0","0 ps","331603","1.52 s","0","0 ps","0","0 ps","14","1.31 KiB","23.02 us","1035","15.80 MiB","9.14 ms","110","120.98 ms","NULL","NULL","NULL","NULL","NULL","NULL","NULL""employees","titles","0","0 ps","443308","1.25 s","0","0 ps","0","0 ps","61","753.36 KiB","253.21 us","1232","18.88 MiB","14.52 ms","97","98.73 ms","1.75 MiB","1.58 MiB","175.10 KiB","112","66","93","41444""employees","employees","0","0 ps","300024","581.35 ms","0","0 ps","0","0 ps","262","3.88 MiB","598.98 us","927","14.04 MiB","4.78 ms","88","82.93 ms","5.98 MiB","5.49 MiB","510.27 KiB","383","382","205","130268""employees","dept_manager","0","0 ps","24","154.67 us","0","0 ps","0","0 ps","14","1.31 KiB","22.83 us","36","196.65 KiB","106.41 us","28","4.21 ms","NULL","NULL","NULL","NULL","NULL","NULL","NULL""employees","departments","0","0 ps","9","57.68 us","0","0 ps","0","0 ps","18","65.21 KiB","50.51 us","30","164.61 KiB","97.14 us","27","2.93 ms","32.00 KiB","495 bytes","31.52 KiB","2","0","2","9""sys","sys_config","1","56.33 us","0","0 ps","0","0 ps","0","0 ps","35","128.50 KiB","95.46 us","0","0 bytes","0 ps","53","316.39 us","16.00 KiB","338 bytes","15.67 KiB","1","0","1","6"
1 employees salaries 0 0 ps 2844047 6.39 s 0 0 ps 0 0 ps 14 1.26 KiB 33.07 us 6136 95.50 MiB 54.46 ms 167 322.22 ms 95.09 MiB 86.89 MiB 8.21 MiB 6086 6078 2142 2850132"employees dept_emp 0 0 ps 331603 1.52 s 0 0 ps 0 0 ps 14 1.31 KiB 23.02 us 1035 15.80 MiB 9.14 ms 110 120.98 ms NULL NULL NULL NULL NULL NULL NULL"employees titles 0 0 ps 443308 1.25 s 0 0 ps 0 0 ps 61 753.36 KiB 253.21 us 1232 18.88 MiB 14.52 ms 97 98.73 ms 1.75 MiB 1.58 MiB 175.10 KiB 112 66 93 41444"employees employees 0 0 ps 300024 581.35 ms 0 0 ps 0 0 ps 262 3.88 MiB 598.98 us 927 14.04 MiB 4.78 ms 88 82.93 ms 5.98 MiB 5.49 MiB 510.27 KiB 383 382 205 130268"employees dept_manager 0 0 ps 24 154.67 us 0 0 ps 0 0 ps 14 1.31 KiB 22.83 us 36 196.65 KiB 106.41 us 28 4.21 ms NULL NULL NULL NULL NULL NULL NULL"employees departments 0 0 ps 9 57.68 us 0 0 ps 0 0 ps 18 65.21 KiB 50.51 us 30 164.61 KiB 97.14 us 27 2.93 ms 32.00 KiB 495 bytes 31.52 KiB 2 0 2 9"sys sys_config 1 56.33 us 0 0 ps 0 0 ps 0 0 ps 35 128.50 KiB 95.46 us 0 0 bytes 0 ps 53 316.39 us 16.00 KiB 338 bytes 15.67 KiB 1 0 1 6

View file

@ -0,0 +1 @@
"employees","dept_emp","dept_no""employees","dept_manager","dept_no"
1 employees dept_emp dept_no"employees dept_manager dept_no

View file

@ -0,0 +1 @@
"881","856","root@localhost","NULL","Query","Sending data","0","select * from sys.session","1.35 ms","NULL","1.06 ms","0","0","0","4","1","YES","NULL","NULL","0 bytes","NULL","NULL","NULL","NULL","NULL","NULL","3780","mysql"
1 881 856 root@localhost NULL Query Sending data 0 select * from sys.session 1.35 ms NULL 1.06 ms 0 0 0 4 1 YES NULL NULL 0 bytes NULL NULL NULL NULL NULL NULL 3780 mysql

View file

@ -0,0 +1 @@
"882","TLSv1.2","ECDHE-RSA-AES128-GCM-SHA256","0"
1 882 TLSv1.2 ECDHE-RSA-AES128-GCM-SHA256 0

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
"SELECT * FROM `information_schema` . `GLOBAL_STATUS` ","NULL","2","2","100.0000","0","0.0000","2023-03-23 16:39:02","2023-03-23 16:39:02","38511c6491a8032c349213767f51434a""SELECT * FROM `information_schema` . `GLOBAL_VARIABLES` ","NULL","2","2","100.0000","0","0.0000","2023-03-23 16:39:02","2023-03-23 16:39:02","b02997637469a8ee27715639b9b141db""SELECT * FROM `information_schema` . `SESSION_STATUS` ","NULL","2","2","100.0000","0","0.0000","2023-03-23 16:39:03","2023-03-23 16:39:03","e2429bf420d827b64753e3210c795fb8""SELECT * FROM `information_schema` . `SESSION_VARIABLES` ","NULL","2","2","100.0000","0","0.0000","2023-03-23 16:39:03","2023-03-23 16:39:03","c0d6117976445848f91ce32e76e2854c""SELECT `CONCAT` ( SYSTEM_USER ... ( ?, ... , `LENGTH` (?) ) ) ) ","NULL","620","0","0.0000","1860","300.0000","2023-03-23 16:39:04","2023-03-23 16:39:13","5f0ea29a38e5c3fdd6922478f159e823""SELECT `CONCAT` ( `QUOTE` ( SY ... NGTH` ( SYSTEM_USER ) ) ) ) ) ","NULL","1","0","0.0000","7","700.0000","2023-03-23 16:39:04","2023-03-23 16:39:04","5c05fb39a82ad98a1526728e5dbc1b4e""DROP TABLE IF EXISTS `dept_emp ... , `employees` , `departments` ","employees","1","0","0.0000","6","600.0000","2023-03-23 16:38:29","2023-03-23 16:38:29","8bd19a9dcac7e07423dca004f16e51d3""SELECT * FROM `sys` . `innodb_lock_waits` ","NULL","1","0","0.0000","3","300.0000","2023-03-23 16:39:13","2023-03-23 16:39:13","ad1b4b20b924eff6f9085e9b87d54ca6""DROP SCHEMA IF EXISTS `employees` ","data","1","0","0.0000","1","100.0000","2023-03-23 16:38:29","2023-03-23 16:38:29","6abecd78a379358593606e06a5ecb354""SELECT * FROM `information_schema` . `PROFILING` ","NULL","1","0","0.0000","1","100.0000","2023-03-23 16:39:02","2023-03-23 16:39:02","2a996ec236e0411686bd5bc3700cdc32""SELECT * FROM `information_schema` . `INNODB_LOCKS` ","NULL","1","0","0.0000","1","100.0000","2023-03-23 16:39:03","2023-03-23 16:39:03","b55838bb2503926317c02f4daeb90b31""SELECT * FROM `information_schema` . `INNODB_LOCK_WAITS` ","NULL","1","0","0.0000","1","100.0000","2023-03-23 16:39:03","2023-03-23 16:39:03","b869be93cc092a0189ca62cf9ab2c311"
1 SELECT * FROM `information_schema` . `GLOBAL_STATUS` NULL 2 2 100.0000 0 0.0000 2023-03-23 16:39:02 2023-03-23 16:39:02 38511c6491a8032c349213767f51434a"SELECT * FROM `information_schema` . `GLOBAL_VARIABLES` NULL 2 2 100.0000 0 0.0000 2023-03-23 16:39:02 2023-03-23 16:39:02 b02997637469a8ee27715639b9b141db"SELECT * FROM `information_schema` . `SESSION_STATUS` NULL 2 2 100.0000 0 0.0000 2023-03-23 16:39:03 2023-03-23 16:39:03 e2429bf420d827b64753e3210c795fb8"SELECT * FROM `information_schema` . `SESSION_VARIABLES` NULL 2 2 100.0000 0 0.0000 2023-03-23 16:39:03 2023-03-23 16:39:03 c0d6117976445848f91ce32e76e2854c"SELECT `CONCAT` ( SYSTEM_USER ... ( ?, ... , `LENGTH` (?) ) ) ) NULL 620 0 0.0000 1860 300.0000 2023-03-23 16:39:04 2023-03-23 16:39:13 5f0ea29a38e5c3fdd6922478f159e823"SELECT `CONCAT` ( `QUOTE` ( SY ... NGTH` ( SYSTEM_USER ) ) ) ) ) NULL 1 0 0.0000 7 700.0000 2023-03-23 16:39:04 2023-03-23 16:39:04 5c05fb39a82ad98a1526728e5dbc1b4e"DROP TABLE IF EXISTS `dept_emp ... , `employees` , `departments` employees 1 0 0.0000 6 600.0000 2023-03-23 16:38:29 2023-03-23 16:38:29 8bd19a9dcac7e07423dca004f16e51d3"SELECT * FROM `sys` . `innodb_lock_waits` NULL 1 0 0.0000 3 300.0000 2023-03-23 16:39:13 2023-03-23 16:39:13 ad1b4b20b924eff6f9085e9b87d54ca6"DROP SCHEMA IF EXISTS `employees` data 1 0 0.0000 1 100.0000 2023-03-23 16:38:29 2023-03-23 16:38:29 6abecd78a379358593606e06a5ecb354"SELECT * FROM `information_schema` . `PROFILING` NULL 1 0 0.0000 1 100.0000 2023-03-23 16:39:02 2023-03-23 16:39:02 2a996ec236e0411686bd5bc3700cdc32"SELECT * FROM `information_schema` . `INNODB_LOCKS` NULL 1 0 0.0000 1 100.0000 2023-03-23 16:39:03 2023-03-23 16:39:03 b55838bb2503926317c02f4daeb90b31"SELECT * FROM `information_schema` . `INNODB_LOCK_WAITS` NULL 1 0 0.0000 1 100.0000 2023-03-23 16:39:03 2023-03-23 16:39:03 b869be93cc092a0189ca62cf9ab2c311

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
"INSERT INTO `dept_emp` VALUES (...) /* , ... */ ","employees","","14","0","0","2.34 s","222.44 ms","167.02 ms","0","0","0","0","2023-03-23 16:38:32","2023-03-23 16:38:34","0cec609283932f57de3499040cf4c82a""INSERT INTO `titles` VALUES (...) /* , ... */ ","employees","","21","0","0","2.40 s","140.21 ms","114.44 ms","0","0","0","0","2023-03-23 16:38:34","2023-03-23 16:38:36","758a0c893df4b008ce4321852bb2e629""INSERT INTO `salaries` VALUES (...) /* , ... */ ","employees","","114","0","0","12.91 s","161.62 ms","113.25 ms","0","0","0","0","2023-03-23 16:38:37","2023-03-23 16:38:50","7d473e85c6982ac84b6e6a40c74e4f3b""SELECT * FROM `sys` . `io_global_by_file_by_bytes` ","NULL","*","1","0","0","110.83 ms","110.83 ms","110.83 ms","292","292","147752","147752","2023-03-23 16:39:13","2023-03-23 16:39:13","a8d1c7933bc9a41f075c4bbd62745597""SELECT * FROM `sys` . `io_global_by_file_by_latency` ","NULL","*","1","0","0","108.39 ms","108.39 ms","108.39 ms","292","292","147752","147752","2023-03-23 16:39:14","2023-03-23 16:39:14","cf85c805803cea17c1b1345e437a19bf""INSERT INTO `employees` VALUES (...) /* , ... */ ","employees","","17","0","0","1.67 s","145.52 ms","98.04 ms","0","0","0","0","2023-03-23 16:38:30","2023-03-23 16:38:31","0b28be7c600a00779681f1ddc44ebbd6""SELECT * FROM `sys` . `schema_table_statistics_with_buffer` ","NULL","*","1","0","0","73.60 ms","73.60 ms","73.60 ms","7","7","15893","15893","2023-03-23 16:39:14","2023-03-23 16:39:14","808cffb3454ed7c20f07ed733464d9e3""SELECT * FROM `sys` . `innodb_buffer_stats_by_table` ","NULL","*","1","0","0","64.15 ms","64.15 ms","64.15 ms","22","22","15152","15152","2023-03-23 16:39:13","2023-03-23 16:39:13","af21afd6edf04436a34dbff9b39bfd33""SELECT * FROM `sys` . `innodb_buffer_stats_by_schema` ","NULL","*","1","0","0","51.05 ms","51.05 ms","51.05 ms","3","3","15033","15033","2023-03-23 16:39:13","2023-03-23 16:39:13","7b3524351cfeb2cef93e32d88eeb3e27""SELECT * FROM `sys` . `memory_by_thread_by_current_bytes` ","NULL","*","1","0","0","30.61 ms","30.61 ms","30.61 ms","26","26","7644","7644","2023-03-23 16:39:14","2023-03-23 16:39:14","f74648dc259242fea06caced7889c1d5"
1 INSERT INTO `dept_emp` VALUES (...) /* , ... */ employees 14 0 0 2.34 s 222.44 ms 167.02 ms 0 0 0 0 2023-03-23 16:38:32 2023-03-23 16:38:34 0cec609283932f57de3499040cf4c82a"INSERT INTO `titles` VALUES (...) /* , ... */ employees 21 0 0 2.40 s 140.21 ms 114.44 ms 0 0 0 0 2023-03-23 16:38:34 2023-03-23 16:38:36 758a0c893df4b008ce4321852bb2e629"INSERT INTO `salaries` VALUES (...) /* , ... */ employees 114 0 0 12.91 s 161.62 ms 113.25 ms 0 0 0 0 2023-03-23 16:38:37 2023-03-23 16:38:50 7d473e85c6982ac84b6e6a40c74e4f3b"SELECT * FROM `sys` . `io_global_by_file_by_bytes` NULL * 1 0 0 110.83 ms 110.83 ms 110.83 ms 292 292 147752 147752 2023-03-23 16:39:13 2023-03-23 16:39:13 a8d1c7933bc9a41f075c4bbd62745597"SELECT * FROM `sys` . `io_global_by_file_by_latency` NULL * 1 0 0 108.39 ms 108.39 ms 108.39 ms 292 292 147752 147752 2023-03-23 16:39:14 2023-03-23 16:39:14 cf85c805803cea17c1b1345e437a19bf"INSERT INTO `employees` VALUES (...) /* , ... */ employees 17 0 0 1.67 s 145.52 ms 98.04 ms 0 0 0 0 2023-03-23 16:38:30 2023-03-23 16:38:31 0b28be7c600a00779681f1ddc44ebbd6"SELECT * FROM `sys` . `schema_table_statistics_with_buffer` NULL * 1 0 0 73.60 ms 73.60 ms 73.60 ms 7 7 15893 15893 2023-03-23 16:39:14 2023-03-23 16:39:14 808cffb3454ed7c20f07ed733464d9e3"SELECT * FROM `sys` . `innodb_buffer_stats_by_table` NULL * 1 0 0 64.15 ms 64.15 ms 64.15 ms 22 22 15152 15152 2023-03-23 16:39:13 2023-03-23 16:39:13 af21afd6edf04436a34dbff9b39bfd33"SELECT * FROM `sys` . `innodb_buffer_stats_by_schema` NULL * 1 0 0 51.05 ms 51.05 ms 51.05 ms 3 3 15033 15033 2023-03-23 16:39:13 2023-03-23 16:39:13 7b3524351cfeb2cef93e32d88eeb3e27"SELECT * FROM `sys` . `memory_by_thread_by_current_bytes` NULL * 1 0 0 30.61 ms 30.61 ms 30.61 ms 26 26 7644 7644 2023-03-23 16:39:14 2023-03-23 16:39:14 f74648dc259242fea06caced7889c1d5

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show more