Merge pull request #642 from jmrenouard/examples-mysql-8-2023-03-23T16-39-44Z

Examples mysql 8 2023 03 23 t16 39 44 z
This commit is contained in:
Jean-Marie Renouard 2023-03-23 17:52:26 +01:00 committed by GitHub
commit 0c07da0bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
182 changed files with 2029 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""utf8mb3","utf8mb3_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""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""utf8mb4","utf8mb4_0900_ai_ci","UTF-8 Unicode","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"utf8mb3 utf8mb3_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"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"utf8mb4 utf8mb4_0900_ai_ci UTF-8 Unicode 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

File diff suppressed because one or more lines are too long

View File

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

View File

@ -0,0 +1 @@
"3","./employees/departments.ibd","TABLESPACE","employees/departments","","NULL","NULL","NULL","NULL","InnoDB","NULL","NULL","NULL","0","0","1048576","114688","NULL","1048576","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","0","NULL","NULL","NULL","NULL","NORMAL","NULL""5","./employees/dept_emp.ibd","TABLESPACE","employees/dept_emp","","NULL","NULL","NULL","NULL","InnoDB","NULL","NULL","NULL","0","25","1048576","114688","NULL","1048576","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","4194304","NULL","NULL","NULL","NULL","NORMAL","NULL""4","./employees/dept_manager.ibd","TABLESPACE","employees/dept_manager","","NULL","NULL","NULL","NULL","InnoDB","NULL","NULL","NULL","0","0","1048576","114688","NULL","1048576","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","0","NULL","NULL","NULL","NULL","NORMAL","NULL""2","./employees/employees.ibd","TABLESPACE","employees/employees","","NULL","NULL","NULL","NULL","InnoDB","NULL","NULL","NULL","3","22","1048576","114688","NULL","1048576","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","4194304","NULL","NULL","NULL","NULL","NORMAL","NULL""7","./employees/salaries.ibd","TABLESPACE","employees/salaries","","NULL","NULL","NULL","NULL","InnoDB","NULL","NULL","NULL","2","104","1048576","114688","NULL","4194304","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","4194304","NULL","NULL","NULL","NULL","NORMAL","NULL""6","./employees/titles.ibd","TABLESPACE","employees/titles","","NULL","NULL","NULL","NULL","InnoDB","NULL","NULL","NULL","2","27","1048576","114688","NULL","1048576","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","4194304","NULL","NULL","NULL","NULL","NORMAL","NULL""4294967293","./ibtmp1","TEMPORARY","innodb_temporary","","NULL","NULL","NULL","NULL","InnoDB","NULL","NULL","NULL","2","12","1048576","12582912","NULL","67108864","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","6291456","NULL","NULL","NULL","NULL","NORMAL","NULL""1","./sys/sys_config.ibd","TABLESPACE","sys/sys_config","","NULL","NULL","NULL","NULL","InnoDB","NULL","NULL","NULL","0","0","1048576","0","NULL","1048576","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","0","NULL","NULL","NULL","NULL","NORMAL","NULL""4294967279","./undo_001","UNDO LOG","innodb_undo_001","","NULL","NULL","NULL","NULL","InnoDB","NULL","NULL","NULL","4","16","1048576","16777216","NULL","16777216","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","8388608","NULL","NULL","NULL","NULL","NORMAL","NULL""4294967278","./undo_002","UNDO LOG","innodb_undo_002","","NULL","NULL","NULL","NULL","InnoDB","NULL","NULL","NULL","4","16","1048576","16777216","NULL","16777216","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","8388608","NULL","NULL","NULL","NULL","NORMAL","NULL""0","./ibdata1","TABLESPACE","innodb_system","","NULL","NULL","NULL","NULL","InnoDB","NULL","NULL","NULL","2","12","1048576","12582912","NULL","67108864","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","6291456","NULL","NULL","NULL","NULL","NORMAL","NULL""4294967294","./mysql.ibd","TABLESPACE","mysql","","NULL","NULL","NULL","NULL","InnoDB","NULL","NULL","NULL","0","24","1048576","0","NULL","1048576","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","4194304","NULL","NULL","NULL","NULL","NORMAL","NULL"
1 3 ./employees/departments.ibd TABLESPACE employees/departments NULL NULL NULL NULL InnoDB NULL NULL NULL 0 0 1048576 114688 NULL 1048576 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 0 NULL NULL NULL NULL NORMAL NULL"5 ./employees/dept_emp.ibd TABLESPACE employees/dept_emp NULL NULL NULL NULL InnoDB NULL NULL NULL 0 25 1048576 114688 NULL 1048576 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 4194304 NULL NULL NULL NULL NORMAL NULL"4 ./employees/dept_manager.ibd TABLESPACE employees/dept_manager NULL NULL NULL NULL InnoDB NULL NULL NULL 0 0 1048576 114688 NULL 1048576 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 0 NULL NULL NULL NULL NORMAL NULL"2 ./employees/employees.ibd TABLESPACE employees/employees NULL NULL NULL NULL InnoDB NULL NULL NULL 3 22 1048576 114688 NULL 1048576 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 4194304 NULL NULL NULL NULL NORMAL NULL"7 ./employees/salaries.ibd TABLESPACE employees/salaries NULL NULL NULL NULL InnoDB NULL NULL NULL 2 104 1048576 114688 NULL 4194304 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 4194304 NULL NULL NULL NULL NORMAL NULL"6 ./employees/titles.ibd TABLESPACE employees/titles NULL NULL NULL NULL InnoDB NULL NULL NULL 2 27 1048576 114688 NULL 1048576 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 4194304 NULL NULL NULL NULL NORMAL NULL"4294967293 ./ibtmp1 TEMPORARY innodb_temporary NULL NULL NULL NULL InnoDB NULL NULL NULL 2 12 1048576 12582912 NULL 67108864 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 6291456 NULL NULL NULL NULL NORMAL NULL"1 ./sys/sys_config.ibd TABLESPACE sys/sys_config NULL NULL NULL NULL InnoDB NULL NULL NULL 0 0 1048576 0 NULL 1048576 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 0 NULL NULL NULL NULL NORMAL NULL"4294967279 ./undo_001 UNDO LOG innodb_undo_001 NULL NULL NULL NULL InnoDB NULL NULL NULL 4 16 1048576 16777216 NULL 16777216 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 8388608 NULL NULL NULL NULL NORMAL NULL"4294967278 ./undo_002 UNDO LOG innodb_undo_002 NULL NULL NULL NULL InnoDB NULL NULL NULL 4 16 1048576 16777216 NULL 16777216 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 8388608 NULL NULL NULL NULL NORMAL NULL"0 ./ibdata1 TABLESPACE innodb_system NULL NULL NULL NULL InnoDB NULL NULL NULL 2 12 1048576 12582912 NULL 67108864 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 6291456 NULL NULL NULL NULL NORMAL NULL"4294967294 ./mysql.ibd TABLESPACE mysql NULL NULL NULL NULL InnoDB NULL NULL NULL 0 24 1048576 0 NULL 1048576 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 4194304 NULL NULL NULL NULL NORMAL NULL

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","669","7246","2657","102","0","0","0","0","2967","357408","33.284844956355805","12190.359261526373","1281","9725","11123","15.171863595407874","112.80262649540842","145.40599294511472","20600556","1000","0","48","64","0","2.2955065487141937","0","9699","63","0","0"
1 0 8192 669 7246 2657 102 0 0 0 0 2967 357408 33.284844956355805 12190.359261526373 1281 9725 11123 15.171863595407874 112.80262649540842 145.40599294511472 20600556 1000 0 48 64 0 2.2955065487141937 0 9699 63 0 0

View File

@ -0,0 +1 @@
"4294967294","2","1""4294967294","3","1""4294967294","4","1""4294967294","7","1""4294967294","8","1""4294967294","9","1""4294967294","10","1""4294967294","11","1""4294967294","12","1""4294967294","14","1""4294967294","15","2""4294967294","17","1""4294967294","18","1""4294967294","19","1""4294967294","21","3""4294967294","22","53""4294967294","23","14""4294967294","24","8""4294967294","25","9""4294967294","27","1""4294967294","33","1""4294967294","36","1""4294967294","38","1""4294967294","39","1""4294967294","40","5""4294967294","46","1""4294967294","47","3""4294967294","48","1""4294967294","63","1""4294967294","64","1""4294967294","72","1""4294967294","77","1""4294967294","78","38""4294967294","79","3""4294967294","84","1""4294967294","87","1""4294967294","89","1""4294967294","90","1""4294967294","94","1""4294967294","99","1""4294967294","101","1""4294967294","107","1""4294967294","146","8""4294967294","147","2""4294967294","148","1""4294967294","149","1""4294967294","152","3""4294967294","150","5""4294967294","151","4""4294967294","135","1""4294967294","136","1""4294967294","137","1""4294967294","138","1""4294967294","139","1""4294967294","140","1""4294967294","145","1""2","154","521""3","155","1""3","156","1""5","159","1""5","160","1""6","161","61""7","162","5317"
1 4294967294 2 1"4294967294 3 1"4294967294 4 1"4294967294 7 1"4294967294 8 1"4294967294 9 1"4294967294 10 1"4294967294 11 1"4294967294 12 1"4294967294 14 1"4294967294 15 2"4294967294 17 1"4294967294 18 1"4294967294 19 1"4294967294 21 3"4294967294 22 53"4294967294 23 14"4294967294 24 8"4294967294 25 9"4294967294 27 1"4294967294 33 1"4294967294 36 1"4294967294 38 1"4294967294 39 1"4294967294 40 5"4294967294 46 1"4294967294 47 3"4294967294 48 1"4294967294 63 1"4294967294 64 1"4294967294 72 1"4294967294 77 1"4294967294 78 38"4294967294 79 3"4294967294 84 1"4294967294 87 1"4294967294 89 1"4294967294 90 1"4294967294 94 1"4294967294 99 1"4294967294 101 1"4294967294 107 1"4294967294 146 8"4294967294 147 2"4294967294 148 1"4294967294 149 1"4294967294 152 3"4294967294 150 5"4294967294 151 4"4294967294 135 1"4294967294 136 1"4294967294 137 1"4294967294 138 1"4294967294 139 1"4294967294 140 1"4294967294 145 1"2 154 521"3 155 1"3 156 1"5 159 1"5 160 1"6 161 61"7 162 5317

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

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
"0","ibdata1""4294967279","./undo_001""4294967278","./undo_002""1","./sys/sys_config.ibd""2","./employees/employees.ibd""3","./employees/departments.ibd""4","./employees/dept_manager.ibd""5","./employees/dept_emp.ibd""6","./employees/titles.ibd""7","./employees/salaries.ibd"
1 0 ibdata1"4294967279 ./undo_001"4294967278 ./undo_002"1 ./sys/sys_config.ibd"2 ./employees/employees.ibd"3 ./employees/departments.ibd"4 ./employees/dept_manager.ibd"5 ./employees/dept_emp.ibd"6 ./employees/titles.ibd"7 ./employees/salaries.ibd

View File

@ -0,0 +1 @@
"3","database_name","0""3","table_name","1""4","database_name","0""4","table_name","1""4","index_name","2""4","stat_name","3""103","Host","0""103","User","1""103","Db","2""104","User","0""105","Host","0""105","User","1""106","HOST","0""106","USER","1""106","DEFAULT_ROLE_HOST","2""106","DEFAULT_ROLE_USER","3""107","FROM_HOST","0""107","FROM_USER","1""107","TO_HOST","2""107","TO_USER","3""108","USER","0""108","HOST","1""108","PRIV","2""109","Host","0""109","User","1""109","Password_timestamp","2""110","name","0""111","name","0""147","name","0""146","help_topic_id","0""149","name","0""148","help_category_id","0""152","help_keyword_id","0""152","help_topic_id","1""117","Server_name","0""119","Grantor","0""118","Host","0""118","User","1""118","Db","2""118","Table_name","3""120","Host","0""120","User","1""120","Db","2""120","Table_name","3""120","Column_name","4""151","name","0""150","help_keyword_id","0""123","Name","0""124","Time_zone_id","0""125","Time_zone_id","0""125","Transition_time","1""126","Time_zone_id","0""126","Transition_type_id","1""127","Transition_time","0""129","Grantor","0""128","Host","0""128","User","1""128","Db","2""128","Routine_name","3""128","Routine_type","4""130","component_id","0""131","Channel_name","0""132","Channel_name","0""133","Channel_name","0""133","Id","1""134","source_uuid","0""134","interval_start","1""136","Channel_name","0""136","Managed_name","1""135","Channel_name","0""135","Host","1""135","Port","2""135","Network_namespace","3""135","Managed_name","4""137","Channel_name","0""137","Managed_name","1""139","event","0""138","name","0""138","event","1""140","name","0""141","cost_name","0""142","cost_name","0""142","engine_name","1""142","device_type","2""144","Grantor","0""143","Host","0""143","User","1""143","Proxied_host","2""143","Proxied_user","3""145","epoch","0""145","orig_server_id","1""145","orig_epoch","2""153","variable","0""154","emp_no","0""156","dept_name","0""155","dept_no","0""158","dept_no","0""157","emp_no","0""157","dept_no","1""160","dept_no","0""159","emp_no","0""159","dept_no","1""161","emp_no","0""161","title","1""161","from_date","2""162","emp_no","0""162","from_date","1"
1 3 database_name 0"3 table_name 1"4 database_name 0"4 table_name 1"4 index_name 2"4 stat_name 3"103 Host 0"103 User 1"103 Db 2"104 User 0"105 Host 0"105 User 1"106 HOST 0"106 USER 1"106 DEFAULT_ROLE_HOST 2"106 DEFAULT_ROLE_USER 3"107 FROM_HOST 0"107 FROM_USER 1"107 TO_HOST 2"107 TO_USER 3"108 USER 0"108 HOST 1"108 PRIV 2"109 Host 0"109 User 1"109 Password_timestamp 2"110 name 0"111 name 0"147 name 0"146 help_topic_id 0"149 name 0"148 help_category_id 0"152 help_keyword_id 0"152 help_topic_id 1"117 Server_name 0"119 Grantor 0"118 Host 0"118 User 1"118 Db 2"118 Table_name 3"120 Host 0"120 User 1"120 Db 2"120 Table_name 3"120 Column_name 4"151 name 0"150 help_keyword_id 0"123 Name 0"124 Time_zone_id 0"125 Time_zone_id 0"125 Transition_time 1"126 Time_zone_id 0"126 Transition_type_id 1"127 Transition_time 0"129 Grantor 0"128 Host 0"128 User 1"128 Db 2"128 Routine_name 3"128 Routine_type 4"130 component_id 0"131 Channel_name 0"132 Channel_name 0"133 Channel_name 0"133 Id 1"134 source_uuid 0"134 interval_start 1"136 Channel_name 0"136 Managed_name 1"135 Channel_name 0"135 Host 1"135 Port 2"135 Network_namespace 3"135 Managed_name 4"137 Channel_name 0"137 Managed_name 1"139 event 0"138 name 0"138 event 1"140 name 0"141 cost_name 0"142 cost_name 0"142 engine_name 1"142 device_type 2"144 Grantor 0"143 Host 0"143 User 1"143 Proxied_host 2"143 Proxied_user 3"145 epoch 0"145 orig_server_id 1"145 orig_epoch 2"153 variable 0"154 emp_no 0"156 dept_name 0"155 dept_no 0"158 dept_no 0"157 emp_no 0"157 dept_no 1"160 dept_no 0"159 emp_no 0"159 dept_no 1"161 emp_no 0"161 title 1"161 from_date 2"162 emp_no 0"162 from_date 1

View File

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

View File

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

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

View File

@ -0,0 +1 @@
"153","PRIMARY","1063","3","6","4","1","50""154","PRIMARY","1064","3","8","4","2","50""155","PRIMARY","1065","3","4","4","3","50""156","dept_name","1065","2","2","5","3","50""157","PRIMARY","1066","3","6","4","4","50""158","dept_no","1066","0","2","5","4","50""159","PRIMARY","1067","3","6","4","5","50""160","dept_no","1067","0","2","5","5","50""161","PRIMARY","1068","3","6","4","6","50""162","PRIMARY","1069","3","6","4","7","50"
1 153 PRIMARY 1063 3 6 4 1 50"154 PRIMARY 1064 3 8 4 2 50"155 PRIMARY 1065 3 4 4 3 50"156 dept_name 1065 2 2 5 3 50"157 PRIMARY 1066 3 6 4 4 50"158 dept_no 1066 0 2 5 4 50"159 PRIMARY 1067 3 6 4 5 50"160 dept_no 1067 0 2 5 5 50"161 PRIMARY 1068 3 6 4 6 50"162 PRIMARY 1069 3 6 4 7 50

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
"90","4243767290","./#innodb_temp/temp_10.ibt","81920","ACTIVE","INTRINSIC""0","4243767281","./#innodb_temp/temp_1.ibt","81920","INACTIVE","NONE""0","4243767282","./#innodb_temp/temp_2.ibt","81920","INACTIVE","NONE""0","4243767283","./#innodb_temp/temp_3.ibt","81920","INACTIVE","NONE""0","4243767284","./#innodb_temp/temp_4.ibt","81920","INACTIVE","NONE""0","4243767285","./#innodb_temp/temp_5.ibt","81920","INACTIVE","NONE""0","4243767286","./#innodb_temp/temp_6.ibt","81920","INACTIVE","NONE""0","4243767287","./#innodb_temp/temp_7.ibt","81920","INACTIVE","NONE""0","4243767288","./#innodb_temp/temp_8.ibt","81920","INACTIVE","NONE""0","4243767289","./#innodb_temp/temp_9.ibt","81920","INACTIVE","NONE"
1 90 4243767290 ./#innodb_temp/temp_10.ibt 81920 ACTIVE INTRINSIC"0 4243767281 ./#innodb_temp/temp_1.ibt 81920 INACTIVE NONE"0 4243767282 ./#innodb_temp/temp_2.ibt 81920 INACTIVE NONE"0 4243767283 ./#innodb_temp/temp_3.ibt 81920 INACTIVE NONE"0 4243767284 ./#innodb_temp/temp_4.ibt 81920 INACTIVE NONE"0 4243767285 ./#innodb_temp/temp_5.ibt 81920 INACTIVE NONE"0 4243767286 ./#innodb_temp/temp_6.ibt 81920 INACTIVE NONE"0 4243767287 ./#innodb_temp/temp_7.ibt 81920 INACTIVE NONE"0 4243767288 ./#innodb_temp/temp_8.ibt 81920 INACTIVE NONE"0 4243767289 ./#innodb_temp/temp_9.ibt 81920 INACTIVE NONE

View File

@ -0,0 +1 @@
"1025","mysql/db","161","25","4294967294","Dynamic","0","General","0","0""1026","mysql/user","161","54","4294967294","Dynamic","0","General","0","0""1027","mysql/default_roles","161","7","4294967294","Dynamic","0","General","0","0""1028","mysql/role_edges","161","8","4294967294","Dynamic","0","General","0","0""1029","mysql/global_grants","161","7","4294967294","Dynamic","0","General","0","0""1030","mysql/password_history","161","7","4294967294","Dynamic","0","General","0","0""1031","mysql/func","161","7","4294967294","Dynamic","0","General","0","0""1032","mysql/plugin","161","5","4294967294","Dynamic","0","General","0","0""1059","mysql/help_topic","161","9","4294967294","Dynamic","0","General","0","0""1060","mysql/help_category","161","7","4294967294","Dynamic","0","General","0","0""1062","mysql/help_relation","161","5","4294967294","Dynamic","0","General","0","0""1036","mysql/servers","161","12","4294967294","Dynamic","0","General","0","0""1037","mysql/tables_priv","161","11","4294967294","Dynamic","0","General","0","0""1038","mysql/columns_priv","161","10","4294967294","Dynamic","0","General","0","0""1061","mysql/help_keyword","161","5","4294967294","Dynamic","0","General","0","0""1040","mysql/time_zone_name","161","5","4294967294","Dynamic","0","General","0","0""1041","mysql/time_zone","161","5","4294967294","Dynamic","0","General","0","0""1042","mysql/time_zone_transition","161","6","4294967294","Dynamic","0","General","0","0""1043","mysql/time_zone_transition_type","161","8","4294967294","Dynamic","0","General","0","0""1044","mysql/time_zone_leap_second","161","5","4294967294","Dynamic","0","General","0","0""1045","mysql/procs_priv","161","11","4294967294","Dynamic","0","General","0","0""1046","mysql/component","161","6","4294967294","Dynamic","0","General","0","0""1047","mysql/slave_relay_log_info","161","18","4294967294","Dynamic","0","General","0","0""1048","mysql/slave_master_info","161","36","4294967294","Dynamic","0","General","0","0""1049","mysql/slave_worker_info","161","16","4294967294","Dynamic","0","General","0","0""1050","mysql/gtid_executed","161","6","4294967294","Dynamic","0","General","0","0""1051","mysql/replication_asynchronous_connection_failover","161","9","4294967294","Dynamic","0","General","0","0""1052","mysql/replication_asynchronous_connection_failover_managed","161","7","4294967294","Dynamic","0","General","0","0""1053","mysql/replication_group_member_actions","161","9","4294967294","Dynamic","0","General","0","0""1054","mysql/replication_group_configuration_version","161","5","4294967294","Dynamic","0","General","0","0""1055","mysql/server_cost","161","7","4294967294","Dynamic","0","General","0","0""1056","mysql/engine_cost","161","9","4294967294","Dynamic","0","General","0","0""1057","mysql/proxies_priv","161","10","4294967294","Dynamic","0","General","0","0""1058","mysql/ndb_binlog_index","161","15","4294967294","Dynamic","0","General","0","0""1063","sys/sys_config","33","7","1","Dynamic","0","Single","0","0""1064","employees/employees","33","9","2","Dynamic","0","Single","0","0""1065","employees/departments","33","5","3","Dynamic","0","Single","0","0""1066","employees/dept_manager","33","7","4","Dynamic","0","Single","0","0""1067","employees/dept_emp","33","7","5","Dynamic","0","Single","0","0""1068","employees/titles","33","7","6","Dynamic","0","Single","0","0""1069","employees/salaries","33","7","7","Dynamic","0","Single","0","0"
1 1025 mysql/db 161 25 4294967294 Dynamic 0 General 0 0"1026 mysql/user 161 54 4294967294 Dynamic 0 General 0 0"1027 mysql/default_roles 161 7 4294967294 Dynamic 0 General 0 0"1028 mysql/role_edges 161 8 4294967294 Dynamic 0 General 0 0"1029 mysql/global_grants 161 7 4294967294 Dynamic 0 General 0 0"1030 mysql/password_history 161 7 4294967294 Dynamic 0 General 0 0"1031 mysql/func 161 7 4294967294 Dynamic 0 General 0 0"1032 mysql/plugin 161 5 4294967294 Dynamic 0 General 0 0"1059 mysql/help_topic 161 9 4294967294 Dynamic 0 General 0 0"1060 mysql/help_category 161 7 4294967294 Dynamic 0 General 0 0"1062 mysql/help_relation 161 5 4294967294 Dynamic 0 General 0 0"1036 mysql/servers 161 12 4294967294 Dynamic 0 General 0 0"1037 mysql/tables_priv 161 11 4294967294 Dynamic 0 General 0 0"1038 mysql/columns_priv 161 10 4294967294 Dynamic 0 General 0 0"1061 mysql/help_keyword 161 5 4294967294 Dynamic 0 General 0 0"1040 mysql/time_zone_name 161 5 4294967294 Dynamic 0 General 0 0"1041 mysql/time_zone 161 5 4294967294 Dynamic 0 General 0 0"1042 mysql/time_zone_transition 161 6 4294967294 Dynamic 0 General 0 0"1043 mysql/time_zone_transition_type 161 8 4294967294 Dynamic 0 General 0 0"1044 mysql/time_zone_leap_second 161 5 4294967294 Dynamic 0 General 0 0"1045 mysql/procs_priv 161 11 4294967294 Dynamic 0 General 0 0"1046 mysql/component 161 6 4294967294 Dynamic 0 General 0 0"1047 mysql/slave_relay_log_info 161 18 4294967294 Dynamic 0 General 0 0"1048 mysql/slave_master_info 161 36 4294967294 Dynamic 0 General 0 0"1049 mysql/slave_worker_info 161 16 4294967294 Dynamic 0 General 0 0"1050 mysql/gtid_executed 161 6 4294967294 Dynamic 0 General 0 0"1051 mysql/replication_asynchronous_connection_failover 161 9 4294967294 Dynamic 0 General 0 0"1052 mysql/replication_asynchronous_connection_failover_managed 161 7 4294967294 Dynamic 0 General 0 0"1053 mysql/replication_group_member_actions 161 9 4294967294 Dynamic 0 General 0 0"1054 mysql/replication_group_configuration_version 161 5 4294967294 Dynamic 0 General 0 0"1055 mysql/server_cost 161 7 4294967294 Dynamic 0 General 0 0"1056 mysql/engine_cost 161 9 4294967294 Dynamic 0 General 0 0"1057 mysql/proxies_priv 161 10 4294967294 Dynamic 0 General 0 0"1058 mysql/ndb_binlog_index 161 15 4294967294 Dynamic 0 General 0 0"1063 sys/sys_config 33 7 1 Dynamic 0 Single 0 0"1064 employees/employees 33 9 2 Dynamic 0 Single 0 0"1065 employees/departments 33 5 3 Dynamic 0 Single 0 0"1066 employees/dept_manager 33 7 4 Dynamic 0 Single 0 0"1067 employees/dept_emp 33 7 5 Dynamic 0 Single 0 0"1068 employees/titles 33 7 6 Dynamic 0 Single 0 0"1069 employees/salaries 33 7 7 Dynamic 0 Single 0 0

View File

@ -0,0 +1 @@
"4294967294","mysql","18432","Any","16384","0","General","4096","25165824","25169920","0","8.0.32","1","N","normal""4294967293","innodb_temporary","4096","Compact or Redundant","16384","0","System","4096","12582912","12582912","0","8.0.32","1","N","normal""4294967279","innodb_undo_001","0","Undo","16384","0","Undo","4096","16777216","16777216","0","8.0.32","1","N","active""4294967278","innodb_undo_002","0","Undo","16384","0","Undo","4096","16777216","16777216","0","8.0.32","1","N","active""1","sys/sys_config","16417","Dynamic","16384","0","Single","4096","114688","114688","0","8.0.32","1","N","normal""2","employees/employees","16417","Dynamic","16384","0","Single","4096","23068672","23072768","0","8.0.32","1","N","normal""3","employees/departments","16417","Dynamic","16384","0","Single","4096","131072","131072","0","8.0.32","1","N","normal""4","employees/dept_manager","16417","Dynamic","16384","0","Single","4096","131072","131072","0","8.0.32","1","N","normal""5","employees/dept_emp","16417","Dynamic","16384","0","Single","4096","26214400","26218496","0","8.0.32","1","N","normal""6","employees/titles","16417","Dynamic","16384","0","Single","4096","28311552","28315648","0","8.0.32","1","N","normal""7","employees/salaries","16417","Dynamic","16384","0","Single","4096","109051904","109056000","0","8.0.32","1","N","normal"
1 4294967294 mysql 18432 Any 16384 0 General 4096 25165824 25169920 0 8.0.32 1 N normal"4294967293 innodb_temporary 4096 Compact or Redundant 16384 0 System 4096 12582912 12582912 0 8.0.32 1 N normal"4294967279 innodb_undo_001 0 Undo 16384 0 Undo 4096 16777216 16777216 0 8.0.32 1 N active"4294967278 innodb_undo_002 0 Undo 16384 0 Undo 4096 16777216 16777216 0 8.0.32 1 N active"1 sys/sys_config 16417 Dynamic 16384 0 Single 4096 114688 114688 0 8.0.32 1 N normal"2 employees/employees 16417 Dynamic 16384 0 Single 4096 23068672 23072768 0 8.0.32 1 N normal"3 employees/departments 16417 Dynamic 16384 0 Single 4096 131072 131072 0 8.0.32 1 N normal"4 employees/dept_manager 16417 Dynamic 16384 0 Single 4096 131072 131072 0 8.0.32 1 N normal"5 employees/dept_emp 16417 Dynamic 16384 0 Single 4096 26214400 26218496 0 8.0.32 1 N normal"6 employees/titles 16417 Dynamic 16384 0 Single 4096 28311552 28315648 0 8.0.32 1 N normal"7 employees/salaries 16417 Dynamic 16384 0 Single 4096 109051904 109056000 0 8.0.32 1 N normal

View File

@ -0,0 +1 @@
"0","innodb_system","ibdata1","18432","System""4294967279","innodb_undo_001","./undo_001","0","Single""4294967278","innodb_undo_002","./undo_002","0","Single""1","sys/sys_config","./sys/sys_config.ibd","16417","Single""2","employees/employees","./employees/employees.ibd","16417","Single""3","employees/departments","./employees/departments.ibd","16417","Single""4","employees/dept_manager","./employees/dept_manager.ibd","16417","Single""5","employees/dept_emp","./employees/dept_emp.ibd","16417","Single""6","employees/titles","./employees/titles.ibd","16417","Single""7","employees/salaries","./employees/salaries.ibd","16417","Single"
1 0 innodb_system ibdata1 18432 System"4294967279 innodb_undo_001 ./undo_001 0 Single"4294967278 innodb_undo_002 ./undo_002 0 Single"1 sys/sys_config ./sys/sys_config.ibd 16417 Single"2 employees/employees ./employees/employees.ibd 16417 Single"3 employees/departments ./employees/departments.ibd 16417 Single"4 employees/dept_manager ./employees/dept_manager.ibd 16417 Single"5 employees/dept_emp ./employees/dept_emp.ibd 16417 Single"6 employees/titles ./employees/titles.ibd 16417 Single"7 employees/salaries ./employees/salaries.ibd 16417 Single

View File

@ -0,0 +1 @@
"1025","mysql/db","Initialized","2","1","1","0","0","3""1026","mysql/user","Initialized","4","1","0","0","0","3""1027","mysql/default_roles","Initialized","0","1","0","0","0","6""1028","mysql/role_edges","Initialized","0","1","0","0","0","7""1029","mysql/global_grants","Initialized","47","3","0","0","0","3""1030","mysql/password_history","Initialized","0","1","0","0","0","3""1031","mysql/func","Initialized","0","1","0","0","0","1""1032","mysql/plugin","Initialized","0","1","0","0","0","1""1059","mysql/help_topic","Initialized","1102","97","6","0","0","1""1060","mysql/help_category","Initialized","53","1","1","0","0","1""1062","mysql/help_relation","Initialized","2425","6","0","0","0","1""1036","mysql/servers","Initialized","0","1","0","0","0","2""1037","mysql/tables_priv","Initialized","2","1","1","0","0","3""1038","mysql/columns_priv","Initialized","0","1","0","0","0","3""1061","mysql/help_keyword","Initialized","889","8","8","0","0","1""1040","mysql/time_zone_name","Initialized","0","1","0","0","0","1""1041","mysql/time_zone","Initialized","0","1","0","0","1","1""1042","mysql/time_zone_transition","Initialized","0","1","0","0","0","1""1043","mysql/time_zone_transition_type","Initialized","0","1","0","0","0","1""1044","mysql/time_zone_leap_second","Initialized","0","1","0","0","0","1""1045","mysql/procs_priv","Initialized","0","1","1","0","0","3""1046","mysql/component","Initialized","0","1","0","0","1","2""1047","mysql/slave_relay_log_info","Initialized","0","1","0","0","0","2""1048","mysql/slave_master_info","Initialized","0","1","0","0","0","2""1049","mysql/slave_worker_info","Initialized","0","1","0","0","0","2""1050","mysql/gtid_executed","Initialized","0","1","0","0","0","3""1051","mysql/replication_asynchronous_connection_failover","Initialized","0","1","1","0","0","1""1052","mysql/replication_asynchronous_connection_failover_managed","Initialized","0","1","0","0","0","1""1053","mysql/replication_group_member_actions","Initialized","2","1","1","0","0","1""1054","mysql/replication_group_configuration_version","Initialized","1","1","0","0","0","1""1055","mysql/server_cost","Initialized","6","1","0","0","0","2""1056","mysql/engine_cost","Initialized","2","1","0","0","0","2""1057","mysql/proxies_priv","Initialized","1","1","1","0","0","3""1058","mysql/ndb_binlog_index","Initialized","0","1","0","0","0","1""1063","sys/sys_config","Uninitialized","0","0","0","0","0","1""1064","employees/employees","Initialized","299157","929","0","0","0","2""1065","employees/departments","Initialized","9","1","1","0","0","2""1066","employees/dept_manager","Initialized","24","1","1","0","0","2""1067","employees/dept_emp","Initialized","331143","737","353","0","0","3""1068","employees/titles","Initialized","442248","1252","0","0","0","2""1069","employees/salaries","Initialized","2838566","5736","0","169661","0","2"
1 1025 mysql/db Initialized 2 1 1 0 0 3"1026 mysql/user Initialized 4 1 0 0 0 3"1027 mysql/default_roles Initialized 0 1 0 0 0 6"1028 mysql/role_edges Initialized 0 1 0 0 0 7"1029 mysql/global_grants Initialized 47 3 0 0 0 3"1030 mysql/password_history Initialized 0 1 0 0 0 3"1031 mysql/func Initialized 0 1 0 0 0 1"1032 mysql/plugin Initialized 0 1 0 0 0 1"1059 mysql/help_topic Initialized 1102 97 6 0 0 1"1060 mysql/help_category Initialized 53 1 1 0 0 1"1062 mysql/help_relation Initialized 2425 6 0 0 0 1"1036 mysql/servers Initialized 0 1 0 0 0 2"1037 mysql/tables_priv Initialized 2 1 1 0 0 3"1038 mysql/columns_priv Initialized 0 1 0 0 0 3"1061 mysql/help_keyword Initialized 889 8 8 0 0 1"1040 mysql/time_zone_name Initialized 0 1 0 0 0 1"1041 mysql/time_zone Initialized 0 1 0 0 1 1"1042 mysql/time_zone_transition Initialized 0 1 0 0 0 1"1043 mysql/time_zone_transition_type Initialized 0 1 0 0 0 1"1044 mysql/time_zone_leap_second Initialized 0 1 0 0 0 1"1045 mysql/procs_priv Initialized 0 1 1 0 0 3"1046 mysql/component Initialized 0 1 0 0 1 2"1047 mysql/slave_relay_log_info Initialized 0 1 0 0 0 2"1048 mysql/slave_master_info Initialized 0 1 0 0 0 2"1049 mysql/slave_worker_info Initialized 0 1 0 0 0 2"1050 mysql/gtid_executed Initialized 0 1 0 0 0 3"1051 mysql/replication_asynchronous_connection_failover Initialized 0 1 1 0 0 1"1052 mysql/replication_asynchronous_connection_failover_managed Initialized 0 1 0 0 0 1"1053 mysql/replication_group_member_actions Initialized 2 1 1 0 0 1"1054 mysql/replication_group_configuration_version Initialized 1 1 0 0 0 1"1055 mysql/server_cost Initialized 6 1 0 0 0 2"1056 mysql/engine_cost Initialized 2 1 0 0 0 2"1057 mysql/proxies_priv Initialized 1 1 1 0 0 3"1058 mysql/ndb_binlog_index Initialized 0 1 0 0 0 1"1063 sys/sys_config Uninitialized 0 0 0 0 0 1"1064 employees/employees Initialized 299157 929 0 0 0 2"1065 employees/departments Initialized 9 1 1 0 0 2"1066 employees/dept_manager Initialized 24 1 1 0 0 2"1067 employees/dept_emp Initialized 331143 737 353 0 0 3"1068 employees/titles Initialized 442248 1252 0 0 0 2"1069 employees/salaries Initialized 2838566 5736 0 169661 0 2

View File

@ -0,0 +1 @@
"1055","65540","0""1056","65542","2"
1 1055 65540 0"1056 65542 2

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

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
"104","root","localhost:57084","NULL","Query","0","executing","select * from information_schema.PROCESSLIST""5","event_scheduler","localhost","NULL","Daemon","73","Waiting on empty queue","NULL"
1 104 root localhost:57084 NULL Query 0 executing select * from information_schema.PROCESSLIST"5 event_scheduler localhost NULL Daemon 73 Waiting on empty queue NULL

View File

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

View File

@ -0,0 +1 @@
"USR_default","USER","1","0-1","0""SYS_default","SYSTEM","1","0-1","0""SYS_internal","SYSTEM","1","0-1","0"
1 USR_default USER 1 0-1 0"SYS_default SYSTEM 1 0-1 0"SYS_internal SYSTEM 1 0-1 0

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
"def","mysql","utf8mb4","utf8mb4_0900_ai_ci","NULL","NO""def","information_schema","utf8mb3","utf8mb3_general_ci","NULL","NO""def","performance_schema","utf8mb4","utf8mb4_0900_ai_ci","NULL","NO""def","sys","utf8mb4","utf8mb4_0900_ai_ci","NULL","NO""def","data","utf8mb4","utf8mb4_0900_ai_ci","NULL","NO""def","employees","utf8mb4","utf8mb4_0900_ai_ci","NULL","NO"
1 def mysql utf8mb4 utf8mb4_0900_ai_ci NULL NO"def information_schema utf8mb3 utf8mb3_general_ci NULL NO"def performance_schema utf8mb4 utf8mb4_0900_ai_ci NULL NO"def sys utf8mb4 utf8mb4_0900_ai_ci NULL NO"def data utf8mb4 utf8mb4_0900_ai_ci NULL NO"def employees utf8mb4 utf8mb4_0900_ai_ci NULL NO

View File

@ -0,0 +1 @@
"def","mysql","""def","information_schema","""def","performance_schema","""def","sys","""def","data","""def","employees",""
1 def mysql "def information_schema "def performance_schema "def sys "def data "def employees

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 @@
"British chain (Sears 1922 truncated)","LINEAR","20.116756","""British foot (Sears 1922 truncated)","LINEAR","0.30479933333333337","""chain","LINEAR","20.1168","""yard","LINEAR","0.9144","""British foot (1936)","LINEAR","0.3048007491","""British link (Sears 1922 truncated)","LINEAR","0.20116756","""Gold Coast foot","LINEAR","0.3047997101815088","""Indian yard (1937)","LINEAR","0.91439523","""link","LINEAR","0.201168","""Indian yard","LINEAR","0.9143985307444408","""Indian yard (1975)","LINEAR","0.9143985","""Indian yard (1962)","LINEAR","0.9143988","""Indian foot (1975)","LINEAR","0.3047995","""Indian foot (1937)","LINEAR","0.30479841","""Indian foot","LINEAR","0.30479951024814694","""Indian foot (1962)","LINEAR","0.3047996","""British foot (1865)","LINEAR","0.30480083333333335","""British link (Benoit 1895 B)","LINEAR","0.2011678249437587","""Statute mile","LINEAR","1609.344","""British chain (Benoit 1895 B)","LINEAR","20.116782494375872","""British foot (Benoit 1895 B)","LINEAR","0.30479973476327077","""British link (Benoit 1895 A)","LINEAR","0.201167824","""nautical mile","LINEAR","1852","""US survey link","LINEAR","0.2011684023368047","""metre","LINEAR","1","""US survey chain","LINEAR","20.11684023368047","""fathom","LINEAR","1.8288","""German legal metre","LINEAR","1.0000135965","""Clarke's foot","LINEAR","0.3047972654","""British link (Sears 1922)","LINEAR","0.2011676512155263","""British foot (Sears 1922)","LINEAR","0.3047994715386762","""millimetre","LINEAR","0.001","""US survey mile","LINEAR","1609.3472186944375","""centimetre","LINEAR","0.01","""British yard (Sears 1922)","LINEAR","0.9143984146160288","""US survey foot","LINEAR","0.30480060960121924","""kilometre","LINEAR","1000","""Clarke's yard","LINEAR","0.9143917962","""British chain (Benoit 1895 A)","LINEAR","20.1167824","""Clarke's chain","LINEAR","20.1166195164","""Clarke's link","LINEAR","0.201166195164","""British chain (Sears 1922)","LINEAR","20.116765121552632","""British yard (Benoit 1895 A)","LINEAR","0.9143992","""British yard (Sears 1922 truncated)","LINEAR","0.914398","""British yard (Benoit 1895 B)","LINEAR","0.9143992042898124","""foot","LINEAR","0.3048","""British foot (Benoit 1895 A)","LINEAR","0.3047997333333333",""
1 British chain (Sears 1922 truncated) LINEAR 20.116756 "British foot (Sears 1922 truncated) LINEAR 0.30479933333333337 "chain LINEAR 20.1168 "yard LINEAR 0.9144 "British foot (1936) LINEAR 0.3048007491 "British link (Sears 1922 truncated) LINEAR 0.20116756 "Gold Coast foot LINEAR 0.3047997101815088 "Indian yard (1937) LINEAR 0.91439523 "link LINEAR 0.201168 "Indian yard LINEAR 0.9143985307444408 "Indian yard (1975) LINEAR 0.9143985 "Indian yard (1962) LINEAR 0.9143988 "Indian foot (1975) LINEAR 0.3047995 "Indian foot (1937) LINEAR 0.30479841 "Indian foot LINEAR 0.30479951024814694 "Indian foot (1962) LINEAR 0.3047996 "British foot (1865) LINEAR 0.30480083333333335 "British link (Benoit 1895 B) LINEAR 0.2011678249437587 "Statute mile LINEAR 1609.344 "British chain (Benoit 1895 B) LINEAR 20.116782494375872 "British foot (Benoit 1895 B) LINEAR 0.30479973476327077 "British link (Benoit 1895 A) LINEAR 0.201167824 "nautical mile LINEAR 1852 "US survey link LINEAR 0.2011684023368047 "metre LINEAR 1 "US survey chain LINEAR 20.11684023368047 "fathom LINEAR 1.8288 "German legal metre LINEAR 1.0000135965 "Clarke's foot LINEAR 0.3047972654 "British link (Sears 1922) LINEAR 0.2011676512155263 "British foot (Sears 1922) LINEAR 0.3047994715386762 "millimetre LINEAR 0.001 "US survey mile LINEAR 1609.3472186944375 "centimetre LINEAR 0.01 "British yard (Sears 1922) LINEAR 0.9143984146160288 "US survey foot LINEAR 0.30480060960121924 "kilometre LINEAR 1000 "Clarke's yard LINEAR 0.9143917962 "British chain (Benoit 1895 A) LINEAR 20.1167824 "Clarke's chain LINEAR 20.1166195164 "Clarke's link LINEAR 0.201166195164 "British chain (Sears 1922) LINEAR 20.116765121552632 "British yard (Benoit 1895 A) LINEAR 0.9143992 "British yard (Sears 1922 truncated) LINEAR 0.914398 "British yard (Benoit 1895 B) LINEAR 0.9143992042898124 "foot LINEAR 0.3048 "British foot (Benoit 1895 A) LINEAR 0.3047997333333333

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
"mysql","NULL""innodb_system","NULL""innodb_temporary","NULL""innodb_undo_001","NULL""innodb_undo_002","NULL""sys/sys_config","NULL""employees/employees","NULL""employees/departments","NULL""employees/dept_manager","NULL""employees/dept_emp","NULL""employees/titles","NULL""employees/salaries","NULL"
1 mysql NULL"innodb_system NULL"innodb_temporary NULL"innodb_undo_001 NULL"innodb_undo_002 NULL"sys/sys_config NULL"employees/employees NULL"employees/departments NULL"employees/dept_manager NULL"employees/dept_emp NULL"employees/titles NULL"employees/salaries 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 @@
"'mysql.sys'@'localhost'","def","sys","sys_config","SELECT","NO""'mysql.session'@'localhost'","def","mysql","user","SELECT","NO"
1 'mysql.sys'@'localhost' def sys sys_config SELECT NO"'mysql.session'@'localhost' def mysql user SELECT NO

View File

@ -0,0 +1 @@
"def","sys","sys_config_insert_set_user","INSERT","def","sys","sys_config","1","NULL","BEGIN\n IF @sys.ignore_sys_config_triggers != true AND NEW.set_by IS NULL THEN\n SET NEW.set_by = USER();\n END IF;\nEND","ROW","BEFORE","NULL","NULL","OLD","NEW","2023-03-23 16:38:04.58","ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION","mysql.sys@localhost","utf8mb4","utf8mb4_0900_ai_ci","utf8mb4_0900_ai_ci""def","sys","sys_config_update_set_user","UPDATE","def","sys","sys_config","1","NULL","BEGIN\n IF @sys.ignore_sys_config_triggers != true AND NEW.set_by IS NULL THEN\n SET NEW.set_by = USER();\n END IF;\nEND","ROW","BEFORE","NULL","NULL","OLD","NEW","2023-03-23 16:38:04.58","ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION","mysql.sys@localhost","utf8mb4","utf8mb4_0900_ai_ci","utf8mb4_0900_ai_ci"
1 def sys sys_config_insert_set_user INSERT def sys sys_config 1 NULL BEGIN\n IF @sys.ignore_sys_config_triggers != true AND NEW.set_by IS NULL THEN\n SET NEW.set_by = USER();\n END IF;\nEND ROW BEFORE NULL NULL OLD NEW 2023-03-23 16:38:04.58 ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION mysql.sys@localhost utf8mb4 utf8mb4_0900_ai_ci utf8mb4_0900_ai_ci"def sys sys_config_update_set_user UPDATE def sys sys_config 1 NULL BEGIN\n IF @sys.ignore_sys_config_triggers != true AND NEW.set_by IS NULL THEN\n SET NEW.set_by = USER();\n END IF;\nEND ROW BEFORE NULL NULL OLD NEW 2023-03-23 16:38:04.58 ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION mysql.sys@localhost utf8mb4 utf8mb4_0900_ai_ci utf8mb4_0900_ai_ci

View File

@ -0,0 +1 @@
"mysql.infoschema","localhost","NULL""mysql.session","localhost","NULL""mysql.sys","localhost","NULL""root","localhost","NULL"
1 mysql.infoschema localhost NULL"mysql.session localhost NULL"mysql.sys localhost NULL"root localhost NULL

View File

@ -0,0 +1 @@
"'mysql.infoschema'@'localhost'","def","SELECT","NO""'mysql.infoschema'@'localhost'","def","SYSTEM_USER","NO""'mysql.infoschema'@'localhost'","def","FIREWALL_EXEMPT","NO""'mysql.infoschema'@'localhost'","def","AUDIT_ABORT_EXEMPT","NO""'mysql.session'@'localhost'","def","SHUTDOWN","NO""'mysql.session'@'localhost'","def","SUPER","NO""'mysql.session'@'localhost'","def","SYSTEM_VARIABLES_ADMIN","NO""'mysql.session'@'localhost'","def","SYSTEM_USER","NO""'mysql.session'@'localhost'","def","SESSION_VARIABLES_ADMIN","NO""'mysql.session'@'localhost'","def","PERSIST_RO_VARIABLES_ADMIN","NO""'mysql.session'@'localhost'","def","FIREWALL_EXEMPT","NO""'mysql.session'@'localhost'","def","CONNECTION_ADMIN","NO""'mysql.session'@'localhost'","def","CLONE_ADMIN","NO""'mysql.session'@'localhost'","def","BACKUP_ADMIN","NO""'mysql.session'@'localhost'","def","AUTHENTICATION_POLICY_ADMIN","NO""'mysql.session'@'localhost'","def","AUDIT_ABORT_EXEMPT","NO""'mysql.sys'@'localhost'","def","USAGE","NO""'mysql.sys'@'localhost'","def","SYSTEM_USER","NO""'mysql.sys'@'localhost'","def","FIREWALL_EXEMPT","NO""'mysql.sys'@'localhost'","def","AUDIT_ABORT_EXEMPT","NO""'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""'root'@'localhost'","def","CREATE ROLE","YES""'root'@'localhost'","def","DROP ROLE","YES""'root'@'localhost'","def","XA_RECOVER_ADMIN","YES""'root'@'localhost'","def","TABLE_ENCRYPTION_ADMIN","YES""'root'@'localhost'","def","SYSTEM_VARIABLES_ADMIN","YES""'root'@'localhost'","def","SYSTEM_USER","YES""'root'@'localhost'","def","SHOW_ROUTINE","YES""'root'@'localhost'","def","SET_USER_ID","YES""'root'@'localhost'","def","SESSION_VARIABLES_ADMIN","YES""'root'@'localhost'","def","SERVICE_CONNECTION_ADMIN","YES""'root'@'localhost'","def","SENSITIVE_VARIABLES_OBSERVER","YES""'root'@'localhost'","def","ROLE_ADMIN","YES""'root'@'localhost'","def","RESOURCE_GROUP_USER","YES""'root'@'localhost'","def","RESOURCE_GROUP_ADMIN","YES""'root'@'localhost'","def","REPLICATION_SLAVE_ADMIN","YES""'root'@'localhost'","def","REPLICATION_APPLIER","YES""'root'@'localhost'","def","PERSIST_RO_VARIABLES_ADMIN","YES""'root'@'localhost'","def","PASSWORDLESS_USER_ADMIN","YES""'root'@'localhost'","def","INNODB_REDO_LOG_ENABLE","YES""'root'@'localhost'","def","INNODB_REDO_LOG_ARCHIVE","YES""'root'@'localhost'","def","GROUP_REPLICATION_STREAM","YES""'root'@'localhost'","def","GROUP_REPLICATION_ADMIN","YES""'root'@'localhost'","def","FLUSH_USER_RESOURCES","YES""'root'@'localhost'","def","FLUSH_TABLES","YES""'root'@'localhost'","def","FLUSH_STATUS","YES""'root'@'localhost'","def","FLUSH_OPTIMIZER_COSTS","YES""'root'@'localhost'","def","FIREWALL_EXEMPT","YES""'root'@'localhost'","def","ENCRYPTION_KEY_ADMIN","YES""'root'@'localhost'","def","CONNECTION_ADMIN","YES""'root'@'localhost'","def","CLONE_ADMIN","YES""'root'@'localhost'","def","BINLOG_ENCRYPTION_ADMIN","YES""'root'@'localhost'","def","BINLOG_ADMIN","YES""'root'@'localhost'","def","BACKUP_ADMIN","YES""'root'@'localhost'","def","AUTHENTICATION_POLICY_ADMIN","YES""'root'@'localhost'","def","AUDIT_ADMIN","YES""'root'@'localhost'","def","AUDIT_ABORT_EXEMPT","YES""'root'@'localhost'","def","APPLICATION_PASSWORD_ADMIN","YES"
1 'mysql.infoschema'@'localhost' def SELECT NO"'mysql.infoschema'@'localhost' def SYSTEM_USER NO"'mysql.infoschema'@'localhost' def FIREWALL_EXEMPT NO"'mysql.infoschema'@'localhost' def AUDIT_ABORT_EXEMPT NO"'mysql.session'@'localhost' def SHUTDOWN NO"'mysql.session'@'localhost' def SUPER NO"'mysql.session'@'localhost' def SYSTEM_VARIABLES_ADMIN NO"'mysql.session'@'localhost' def SYSTEM_USER NO"'mysql.session'@'localhost' def SESSION_VARIABLES_ADMIN NO"'mysql.session'@'localhost' def PERSIST_RO_VARIABLES_ADMIN NO"'mysql.session'@'localhost' def FIREWALL_EXEMPT NO"'mysql.session'@'localhost' def CONNECTION_ADMIN NO"'mysql.session'@'localhost' def CLONE_ADMIN NO"'mysql.session'@'localhost' def BACKUP_ADMIN NO"'mysql.session'@'localhost' def AUTHENTICATION_POLICY_ADMIN NO"'mysql.session'@'localhost' def AUDIT_ABORT_EXEMPT NO"'mysql.sys'@'localhost' def USAGE NO"'mysql.sys'@'localhost' def SYSTEM_USER NO"'mysql.sys'@'localhost' def FIREWALL_EXEMPT NO"'mysql.sys'@'localhost' def AUDIT_ABORT_EXEMPT NO"'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"'root'@'localhost' def CREATE ROLE YES"'root'@'localhost' def DROP ROLE YES"'root'@'localhost' def XA_RECOVER_ADMIN YES"'root'@'localhost' def TABLE_ENCRYPTION_ADMIN YES"'root'@'localhost' def SYSTEM_VARIABLES_ADMIN YES"'root'@'localhost' def SYSTEM_USER YES"'root'@'localhost' def SHOW_ROUTINE YES"'root'@'localhost' def SET_USER_ID YES"'root'@'localhost' def SESSION_VARIABLES_ADMIN YES"'root'@'localhost' def SERVICE_CONNECTION_ADMIN YES"'root'@'localhost' def SENSITIVE_VARIABLES_OBSERVER YES"'root'@'localhost' def ROLE_ADMIN YES"'root'@'localhost' def RESOURCE_GROUP_USER YES"'root'@'localhost' def RESOURCE_GROUP_ADMIN YES"'root'@'localhost' def REPLICATION_SLAVE_ADMIN YES"'root'@'localhost' def REPLICATION_APPLIER YES"'root'@'localhost' def PERSIST_RO_VARIABLES_ADMIN YES"'root'@'localhost' def PASSWORDLESS_USER_ADMIN YES"'root'@'localhost' def INNODB_REDO_LOG_ENABLE YES"'root'@'localhost' def INNODB_REDO_LOG_ARCHIVE YES"'root'@'localhost' def GROUP_REPLICATION_STREAM YES"'root'@'localhost' def GROUP_REPLICATION_ADMIN YES"'root'@'localhost' def FLUSH_USER_RESOURCES YES"'root'@'localhost' def FLUSH_TABLES YES"'root'@'localhost' def FLUSH_STATUS YES"'root'@'localhost' def FLUSH_OPTIMIZER_COSTS YES"'root'@'localhost' def FIREWALL_EXEMPT YES"'root'@'localhost' def ENCRYPTION_KEY_ADMIN YES"'root'@'localhost' def CONNECTION_ADMIN YES"'root'@'localhost' def CLONE_ADMIN YES"'root'@'localhost' def BINLOG_ENCRYPTION_ADMIN YES"'root'@'localhost' def BINLOG_ADMIN YES"'root'@'localhost' def BACKUP_ADMIN YES"'root'@'localhost' def AUTHENTICATION_POLICY_ADMIN YES"'root'@'localhost' def AUDIT_ADMIN YES"'root'@'localhost' def AUDIT_ABORT_EXEMPT YES"'root'@'localhost' def APPLICATION_PASSWORD_ADMIN YES

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
"def","sys","x$ps_schema_table_statistics_io","def","sys","extract_schema_from_file_name""def","sys","x$ps_schema_table_statistics_io","def","sys","extract_table_from_file_name""def","sys","io_global_by_file_by_latency","def","sys","format_path""def","sys","io_global_by_file_by_bytes","def","sys","format_path""def","sys","latest_file_io","def","sys","format_path""def","sys","processlist","def","sys","format_statement""def","sys","statements_with_temp_tables","def","sys","format_statement""def","sys","statements_with_sorting","def","sys","format_statement""def","sys","statements_with_runtimes_in_95th_percentile","def","sys","format_statement""def","sys","statements_with_full_table_scans","def","sys","format_statement""def","sys","statements_with_errors_or_warnings","def","sys","format_statement""def","sys","statement_analysis","def","sys","format_statement""def","sys","schema_table_lock_waits","def","sys","format_statement""def","sys","innodb_lock_waits","def","sys","format_statement""def","sys","x$schema_table_lock_waits","def","sys","ps_thread_account""def","sys","schema_table_lock_waits","def","sys","ps_thread_account""def","sys","x$innodb_lock_waits","def","sys","quote_identifier""def","sys","innodb_lock_waits","def","sys","quote_identifier"
1 def sys x$ps_schema_table_statistics_io def sys extract_schema_from_file_name"def sys x$ps_schema_table_statistics_io def sys extract_table_from_file_name"def sys io_global_by_file_by_latency def sys format_path"def sys io_global_by_file_by_bytes def sys format_path"def sys latest_file_io def sys format_path"def sys processlist def sys format_statement"def sys statements_with_temp_tables def sys format_statement"def sys statements_with_sorting def sys format_statement"def sys statements_with_runtimes_in_95th_percentile def sys format_statement"def sys statements_with_full_table_scans def sys format_statement"def sys statements_with_errors_or_warnings def sys format_statement"def sys statement_analysis def sys format_statement"def sys schema_table_lock_waits def sys format_statement"def sys innodb_lock_waits def sys format_statement"def sys x$schema_table_lock_waits def sys ps_thread_account"def sys schema_table_lock_waits def sys ps_thread_account"def sys x$innodb_lock_waits def sys quote_identifier"def sys innodb_lock_waits def sys quote_identifier

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
"localhost","1646","1.50 min","54.59 ms","186","29048","2.53 s","2","210","2","3.13 MiB","24.23 GiB"
1 localhost 1646 1.50 min 54.59 ms 186 29048 2.53 s 2 210 2 3.13 MiB 24.23 GiB

View File

@ -0,0 +1 @@
"background","166235","16.48 s""localhost","14524","1.27 s"
1 background 166235 16.48 s"localhost 14524 1.27 s

View File

@ -0,0 +1 @@
"background","wait/io/file/innodb/innodb_log_file","144297","13.75 s","550.23 ms""background","wait/io/file/innodb/innodb_data_file","16201","1.40 s","36.48 ms""background","wait/io/file/innodb/innodb_dblwr_file","5626","1.32 s","160.74 ms""background","wait/io/file/innodb/innodb_temp_file","54","8.69 ms","1.28 ms""background","wait/io/file/sql/ERRMSG","5","1.41 ms","1.19 ms""background","wait/io/file/sql/binlog_index","20","1.05 ms","961.52 us""background","wait/io/file/sql/binlog","6","894.56 us","432.88 us""background","wait/io/file/sql/casetest","10","102.57 us","46.01 us""background","wait/io/file/sql/pid","3","34.46 us","22.38 us""background","wait/io/file/mysys/charset","3","30.12 us","17.47 us""background","wait/io/file/mysys/cnf","5","24.69 us","13.24 us""background","wait/io/file/sql/misc","5","18.14 us","5.97 us""localhost","wait/io/file/innodb/innodb_data_file","1487","732.40 ms","14.39 ms""localhost","wait/io/file/sql/binlog","8461","392.52 ms","36.53 ms""localhost","wait/io/file/sql/io_cache","4529","128.09 ms","8.67 ms""localhost","wait/io/file/innodb/innodb_temp_file","13","12.57 ms","5.60 ms""localhost","wait/io/file/sql/binlog_index","18","108.99 us","50.01 us""localhost","wait/io/file/csv/data","6","92.55 us","35.75 us""localhost","wait/io/file/csv/metadata","8","86.87 us","23.08 us""localhost","wait/io/file/sql/misc","2","18.66 us","14.52 us"
1 background wait/io/file/innodb/innodb_log_file 144297 13.75 s 550.23 ms"background wait/io/file/innodb/innodb_data_file 16201 1.40 s 36.48 ms"background wait/io/file/innodb/innodb_dblwr_file 5626 1.32 s 160.74 ms"background wait/io/file/innodb/innodb_temp_file 54 8.69 ms 1.28 ms"background wait/io/file/sql/ERRMSG 5 1.41 ms 1.19 ms"background wait/io/file/sql/binlog_index 20 1.05 ms 961.52 us"background wait/io/file/sql/binlog 6 894.56 us 432.88 us"background wait/io/file/sql/casetest 10 102.57 us 46.01 us"background wait/io/file/sql/pid 3 34.46 us 22.38 us"background wait/io/file/mysys/charset 3 30.12 us 17.47 us"background wait/io/file/mysys/cnf 5 24.69 us 13.24 us"background wait/io/file/sql/misc 5 18.14 us 5.97 us"localhost wait/io/file/innodb/innodb_data_file 1487 732.40 ms 14.39 ms"localhost wait/io/file/sql/binlog 8461 392.52 ms 36.53 ms"localhost wait/io/file/sql/io_cache 4529 128.09 ms 8.67 ms"localhost wait/io/file/innodb/innodb_temp_file 13 12.57 ms 5.60 ms"localhost wait/io/file/sql/binlog_index 18 108.99 us 50.01 us"localhost wait/io/file/csv/data 6 92.55 us 35.75 us"localhost wait/io/file/csv/metadata 8 86.87 us 23.08 us"localhost wait/io/file/sql/misc 2 18.66 us 14.52 us

View File

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

View File

@ -0,0 +1 @@
"localhost","835","44.94 s","838.10 ms","3.03 ms"," 0 ps","35853","77141","3919017","97""background","0"," 0 ps"," 0 ps"," 0 ps"," 0 ps","0","0","0","0"
1 localhost 835 44.94 s 838.10 ms 3.03 ms 0 ps 35853 77141 3919017 97"background 0 0 ps 0 ps 0 ps 0 ps 0 0 0 0

View File

@ -0,0 +1 @@
"localhost","insert","168","44.16 s","838.10 ms","876.00 us"," 0 ps","0","0","3919015","0""localhost","select","413","567.36 ms","82.63 ms","1.35 ms"," 0 ps","33123","73687","0","91""localhost","show_table_status","5","98.58 ms","70.58 ms","582.00 us"," 0 ps","258","757","0","0""localhost","create_table","6","64.08 ms","13.95 ms","120.00 us"," 0 ps","0","0","0","0""localhost","create_view","2","11.77 ms","9.37 ms","20.00 us"," 0 ps","0","0","0","0""localhost","alter_user","1","6.63 ms","6.63 ms","3.00 us"," 0 ps","0","0","0","0""localhost","show_variables","2","6.01 ms","3.09 ms","13.00 us"," 0 ps","1285","1285","0","2""localhost","create_db","2","5.28 ms","3.57 ms","4.00 us"," 0 ps","0","0","2","0""localhost","flush","1","3.96 ms","3.96 ms"," 0 ps"," 0 ps","0","0","0","0""localhost","show_status","2","3.39 ms","1.86 ms","10.00 us"," 0 ps","987","987","0","2""localhost","drop_table","1","3.16 ms","3.16 ms","33.00 us"," 0 ps","0","0","0","0""localhost","show_tables","2","3.02 ms","1.63 ms","8.00 us"," 0 ps","180","367","0","0""localhost","show_databases","2","2.22 ms","1.69 ms","9.00 us"," 0 ps","12","50","0","2""localhost","drop_db","1","769.21 us","769.21 us","1.00 us"," 0 ps","0","0","0","0""localhost","show_engine_status","6","667.40 us","112.90 us"," 0 ps"," 0 ps","0","0","0","0""localhost","Quit","213","558.30 us","9.60 us"," 0 ps"," 0 ps","0","0","0","0""localhost","set_option","3","240.40 us","102.30 us"," 0 ps"," 0 ps","0","0","0","0""localhost","Init DB","3","195.00 us","117.40 us","2.00 us"," 0 ps","0","0","0","0""localhost","show_slave_status","2","153.30 us","90.80 us"," 0 ps"," 0 ps","0","0","0","0""localhost","show_storage_engines","1","138.40 us","138.40 us","1.00 us"," 0 ps","11","11","0","1""localhost","Ping","1","22.40 us","22.40 us"," 0 ps"," 0 ps","0","0","0","0""localhost","Statistics","1","22.30 us","22.30 us"," 0 ps"," 0 ps","0","0","0","0"
1 localhost insert 168 44.16 s 838.10 ms 876.00 us 0 ps 0 0 3919015 0"localhost select 413 567.36 ms 82.63 ms 1.35 ms 0 ps 33123 73687 0 91"localhost show_table_status 5 98.58 ms 70.58 ms 582.00 us 0 ps 258 757 0 0"localhost create_table 6 64.08 ms 13.95 ms 120.00 us 0 ps 0 0 0 0"localhost create_view 2 11.77 ms 9.37 ms 20.00 us 0 ps 0 0 0 0"localhost alter_user 1 6.63 ms 6.63 ms 3.00 us 0 ps 0 0 0 0"localhost show_variables 2 6.01 ms 3.09 ms 13.00 us 0 ps 1285 1285 0 2"localhost create_db 2 5.28 ms 3.57 ms 4.00 us 0 ps 0 0 2 0"localhost flush 1 3.96 ms 3.96 ms 0 ps 0 ps 0 0 0 0"localhost show_status 2 3.39 ms 1.86 ms 10.00 us 0 ps 987 987 0 2"localhost drop_table 1 3.16 ms 3.16 ms 33.00 us 0 ps 0 0 0 0"localhost show_tables 2 3.02 ms 1.63 ms 8.00 us 0 ps 180 367 0 0"localhost show_databases 2 2.22 ms 1.69 ms 9.00 us 0 ps 12 50 0 2"localhost drop_db 1 769.21 us 769.21 us 1.00 us 0 ps 0 0 0 0"localhost show_engine_status 6 667.40 us 112.90 us 0 ps 0 ps 0 0 0 0"localhost Quit 213 558.30 us 9.60 us 0 ps 0 ps 0 0 0 0"localhost set_option 3 240.40 us 102.30 us 0 ps 0 ps 0 0 0 0"localhost Init DB 3 195.00 us 117.40 us 2.00 us 0 ps 0 0 0 0"localhost show_slave_status 2 153.30 us 90.80 us 0 ps 0 ps 0 0 0 0"localhost show_storage_engines 1 138.40 us 138.40 us 1.00 us 0 ps 11 11 0 1"localhost Ping 1 22.40 us 22.40 us 0 ps 0 ps 0 0 0 0"localhost Statistics 1 22.30 us 22.30 us 0 ps 0 ps 0 0 0 0

View File

@ -0,0 +1 @@
"employees","86.38 MiB","78.90 MiB","5528","5514","2074","1257573""mysql","9.17 MiB","6.91 MiB","587","123","281","1564"
1 employees 86.38 MiB 78.90 MiB 5528 5514 2074 1257573"mysql 9.17 MiB 6.91 MiB 587 123 281 1564

View File

@ -0,0 +1 @@
"employees","salaries","77.20 MiB","70.54 MiB","4941","4933","1979","2314506""employees","employees","8.14 MiB","7.46 MiB","521","520","129","177043""mysql","st_spatial_reference_systems","5.39 MiB","4.77 MiB","345","0","202","3304""mysql","columns","1.38 MiB","1.04 MiB","88","67","9","4099""employees","titles","1.00 MiB","913.65 KiB","64","60","0","23578""mysql","tables","736.00 KiB","515.90 KiB","46","40","2","377""mysql","routines","192.00 KiB","129.11 KiB","12","0","12","59""mysql","help_topic","192.00 KiB","130.95 KiB","12","0","12","213""mysql","help_keyword","176.00 KiB","100.64 KiB","11","0","11","643""mysql","index_column_usage","96.00 KiB","51.63 KiB","6","4","0","1244""mysql","indexes","80.00 KiB","40.78 KiB","5","4","0","293""mysql","collations","64.00 KiB","22.38 KiB","4","2","1","287""mysql","help_relation","64.00 KiB","30.30 KiB","4","0","4","1195""mysql","column_type_elements","64.00 KiB","34.78 KiB","4","2","0","892""mysql","foreign_keys","48.00 KiB","9.27 KiB","3","1","0","57""mysql","character_sets","48.00 KiB","4.20 KiB","3","1","2","41""mysql","table_partitions","48.00 KiB"," 0 bytes","3","0","2","0""mysql","catalogs","32.00 KiB"," 56 bytes","2","0","1","1""mysql","replication_group_member_actions","32.00 KiB","1.54 KiB","2","0","2","2""mysql","replication_asynchronous_connection_failover","32.00 KiB"," 0 bytes","2","0","2","0""mysql","schemata","32.00 KiB"," 564 bytes","2","1","0","6""employees","departments","32.00 KiB"," 513 bytes","2","1","2","9""mysql","tablespaces","32.00 KiB","2.12 KiB","2","0","1","12""mysql","parameters","32.00 KiB","8.36 KiB","2","0","2","83""mysql","tablespace_files","32.00 KiB","1.09 KiB","2","0","2","12""mysql","triggers","32.00 KiB"," 854 bytes","2","0","0","2""mysql","check_constraints","32.00 KiB"," 0 bytes","2","0","1","0""mysql","help_category","32.00 KiB","8.33 KiB","2","0","2","53""mysql","view_routine_usage","32.00 KiB","1.59 KiB","2","0","1","18""mysql","column_statistics","32.00 KiB"," 0 bytes","2","0","1","0""mysql","tables_priv","16.00 KiB"," 907 bytes","1","0","1","2""mysql","table_stats","16.00 KiB","4.52 KiB","1","1","0","45""mysql","user","16.00 KiB","1.95 KiB","1","0","1","4""mysql","view_table_usage","16.00 KiB","13.03 KiB","1","0","0","187""mysql","role_edges","16.00 KiB"," 0 bytes","1","0","0","0""mysql","resource_groups","16.00 KiB","3.14 KiB","1","0","1","3""mysql","replication_group_configuration_version","16.00 KiB"," 281 bytes","1","0","1","1""mysql","replication_asynchronous_connection_failover_managed","16.00 KiB"," 0 bytes","1","0","1","0""mysql","procs_priv","16.00 KiB"," 0 bytes","1","0","1","0""mysql","ndb_binlog_index","16.00 KiB"," 0 bytes","1","0","1","0""mysql","innodb_table_stats","16.00 KiB"," 519 bytes","1","0","0","8""mysql","innodb_index_stats","16.00 KiB","3.73 KiB","1","0","0","40""mysql","innodb_dynamic_metadata","16.00 KiB"," 523 bytes","1","0","0","14""mysql","index_stats","16.00 KiB","7.46 KiB","1","0","0","107""mysql","foreign_key_column_usage","16.00 KiB","2.31 KiB","1","0","0","57""mysql","events","16.00 KiB"," 0 bytes","1","0","1","0""mysql","columns_priv","16.00 KiB"," 0 bytes","1","0","1","0"
1 employees salaries 77.20 MiB 70.54 MiB 4941 4933 1979 2314506"employees employees 8.14 MiB 7.46 MiB 521 520 129 177043"mysql st_spatial_reference_systems 5.39 MiB 4.77 MiB 345 0 202 3304"mysql columns 1.38 MiB 1.04 MiB 88 67 9 4099"employees titles 1.00 MiB 913.65 KiB 64 60 0 23578"mysql tables 736.00 KiB 515.90 KiB 46 40 2 377"mysql routines 192.00 KiB 129.11 KiB 12 0 12 59"mysql help_topic 192.00 KiB 130.95 KiB 12 0 12 213"mysql help_keyword 176.00 KiB 100.64 KiB 11 0 11 643"mysql index_column_usage 96.00 KiB 51.63 KiB 6 4 0 1244"mysql indexes 80.00 KiB 40.78 KiB 5 4 0 293"mysql collations 64.00 KiB 22.38 KiB 4 2 1 287"mysql help_relation 64.00 KiB 30.30 KiB 4 0 4 1195"mysql column_type_elements 64.00 KiB 34.78 KiB 4 2 0 892"mysql foreign_keys 48.00 KiB 9.27 KiB 3 1 0 57"mysql character_sets 48.00 KiB 4.20 KiB 3 1 2 41"mysql table_partitions 48.00 KiB 0 bytes 3 0 2 0"mysql catalogs 32.00 KiB 56 bytes 2 0 1 1"mysql replication_group_member_actions 32.00 KiB 1.54 KiB 2 0 2 2"mysql replication_asynchronous_connection_failover 32.00 KiB 0 bytes 2 0 2 0"mysql schemata 32.00 KiB 564 bytes 2 1 0 6"employees departments 32.00 KiB 513 bytes 2 1 2 9"mysql tablespaces 32.00 KiB 2.12 KiB 2 0 1 12"mysql parameters 32.00 KiB 8.36 KiB 2 0 2 83"mysql tablespace_files 32.00 KiB 1.09 KiB 2 0 2 12"mysql triggers 32.00 KiB 854 bytes 2 0 0 2"mysql check_constraints 32.00 KiB 0 bytes 2 0 1 0"mysql help_category 32.00 KiB 8.33 KiB 2 0 2 53"mysql view_routine_usage 32.00 KiB 1.59 KiB 2 0 1 18"mysql column_statistics 32.00 KiB 0 bytes 2 0 1 0"mysql tables_priv 16.00 KiB 907 bytes 1 0 1 2"mysql table_stats 16.00 KiB 4.52 KiB 1 1 0 45"mysql user 16.00 KiB 1.95 KiB 1 0 1 4"mysql view_table_usage 16.00 KiB 13.03 KiB 1 0 0 187"mysql role_edges 16.00 KiB 0 bytes 1 0 0 0"mysql resource_groups 16.00 KiB 3.14 KiB 1 0 1 3"mysql replication_group_configuration_version 16.00 KiB 281 bytes 1 0 1 1"mysql replication_asynchronous_connection_failover_managed 16.00 KiB 0 bytes 1 0 1 0"mysql procs_priv 16.00 KiB 0 bytes 1 0 1 0"mysql ndb_binlog_index 16.00 KiB 0 bytes 1 0 1 0"mysql innodb_table_stats 16.00 KiB 519 bytes 1 0 0 8"mysql innodb_index_stats 16.00 KiB 3.73 KiB 1 0 0 40"mysql innodb_dynamic_metadata 16.00 KiB 523 bytes 1 0 0 14"mysql index_stats 16.00 KiB 7.46 KiB 1 0 0 107"mysql foreign_key_column_usage 16.00 KiB 2.31 KiB 1 0 0 57"mysql events 16.00 KiB 0 bytes 1 0 1 0"mysql columns_priv 16.00 KiB 0 bytes 1 0 1 0

View File

@ -0,0 +1 @@
"log_flusher_thread","34473","12.40 s","1.15 us","359.62 us","550.23 ms","16","NULL""page_flush_coordinator_thread","17182","1.47 s","222.26 ns","89.29 us","160.74 ms","13","NULL""log_writer_thread","108971","1.25 s","1.08 us","11.51 us","549.69 ms","18","NULL""io_write_thread","1274","395.00 ms","85.80 us","310.05 us","36.48 ms","9","NULL""io_write_thread","949","312.64 ms","2.35 us","329.44 us","16.31 ms","10","NULL""io_write_thread","976","269.26 ms","91.56 us","275.88 us","4.55 ms","11","NULL""io_write_thread","870","263.32 ms","90.78 us","302.67 us","10.26 ms","12","NULL""log_files_governor_thread","725","81.35 ms","1.28 us","112.21 us","19.31 ms","19","NULL""log_checkpointer_thread","70","9.66 ms","2.11 us","137.93 us","947.91 us","14","NULL""main","102","3.97 ms","196.39 ns","59.17 us","1.19 ms","1","NULL""srv_purge_thread","34","208.47 us","4.84 us","6.13 us","17.38 us","37","NULL""dict_stats_thread","4","64.26 us","8.39 us","16.06 us","26.19 us","27","NULL""clone_gtid_thread","1","9.51 us","9.51 us","9.51 us","9.51 us","36","NULL""buf_dump_thread","1","8.69 us","8.69 us","8.69 us","8.69 us","35","NULL""srv_worker_thread","1","1.25 us","1.25 us","1.25 us","1.25 us","40","NULL"
1 log_flusher_thread 34473 12.40 s 1.15 us 359.62 us 550.23 ms 16 NULL"page_flush_coordinator_thread 17182 1.47 s 222.26 ns 89.29 us 160.74 ms 13 NULL"log_writer_thread 108971 1.25 s 1.08 us 11.51 us 549.69 ms 18 NULL"io_write_thread 1274 395.00 ms 85.80 us 310.05 us 36.48 ms 9 NULL"io_write_thread 949 312.64 ms 2.35 us 329.44 us 16.31 ms 10 NULL"io_write_thread 976 269.26 ms 91.56 us 275.88 us 4.55 ms 11 NULL"io_write_thread 870 263.32 ms 90.78 us 302.67 us 10.26 ms 12 NULL"log_files_governor_thread 725 81.35 ms 1.28 us 112.21 us 19.31 ms 19 NULL"log_checkpointer_thread 70 9.66 ms 2.11 us 137.93 us 947.91 us 14 NULL"main 102 3.97 ms 196.39 ns 59.17 us 1.19 ms 1 NULL"srv_purge_thread 34 208.47 us 4.84 us 6.13 us 17.38 us 37 NULL"dict_stats_thread 4 64.26 us 8.39 us 16.06 us 26.19 us 27 NULL"clone_gtid_thread 1 9.51 us 9.51 us 9.51 us 9.51 us 36 NULL"buf_dump_thread 1 8.69 us 8.69 us 8.69 us 8.69 us 35 NULL"srv_worker_thread 1 1.25 us 1.25 us 1.25 us 1.25 us 40 NULL

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_log_file","144299","13.75 s"," 0 ps","95.28 us","550.23 ms","7","67.00 KiB","9.57 KiB","107609","457.12 MiB","4.35 KiB","457.18 MiB""innodb/innodb_data_file","17905","2.15 s"," 0 ps","120.15 us","36.48 ms","1734","27.28 MiB","16.11 KiB","11771","369.38 MiB","32.13 KiB","396.66 MiB""sql/io_cache","6133","173.10 ms"," 0 ps","28.22 us","8.67 ms","3053","107.09 MiB","35.92 KiB","2731","101.86 MiB","38.19 KiB","208.95 MiB""innodb/innodb_dblwr_file","5702","1.34 s","4.64 us","234.93 us","160.74 ms","2","8.38 MiB","4.19 MiB","2847","176.33 MiB","63.42 KiB","184.70 MiB""sql/binlog","8467","393.42 ms"," 0 ps","46.46 us","36.53 ms","0"," 0 bytes"," 0 bytes","8275","63.31 MiB","7.83 KiB","63.31 MiB""innodb/innodb_temp_file","130","25.39 ms","390.86 ns","195.30 us","5.60 ms","1","16.00 KiB","16.00 KiB","80","1.81 MiB","23.20 KiB","1.83 MiB""sql/ERRMSG","5","1.41 ms","3.52 us","282.12 us","1.19 ms","3","369.98 KiB","123.33 KiB","0"," 0 bytes"," 0 bytes","369.98 KiB""mysys/charset","3","30.12 us","2.08 us","10.04 us","17.47 us","1","19.02 KiB","19.02 KiB","0"," 0 bytes"," 0 bytes","19.02 KiB""sql/binlog_index","38","1.16 ms"," 0 ps","30.45 us","961.52 us","6"," 80 bytes"," 13 bytes","0"," 0 bytes"," 0 bytes"," 80 bytes""csv/metadata","8","86.87 us","1.44 us","10.86 us","23.08 us","2"," 70 bytes"," 35 bytes","0"," 0 bytes"," 0 bytes"," 70 bytes""mysys/cnf","5","24.69 us","196.39 ns","4.94 us","13.24 us","3"," 56 bytes"," 18 bytes","0"," 0 bytes"," 0 bytes"," 56 bytes""sql/pid","3","34.46 us","2.82 us","11.49 us","22.38 us","0"," 0 bytes"," 0 bytes","1"," 5 bytes"," 5 bytes"," 5 bytes""sql/casetest","10","102.57 us"," 0 ps","10.26 us","46.01 us","0"," 0 bytes"," 0 bytes","0"," 0 bytes"," 0 bytes"," 0 bytes""sql/misc","7","36.80 us"," 0 ps","5.26 us","14.52 us","0"," 0 bytes"," 0 bytes","0"," 0 bytes"," 0 bytes"," 0 bytes""csv/data","6","92.55 us"," 0 ps","15.43 us","35.75 us","0"," 0 bytes"," 0 bytes","0"," 0 bytes"," 0 bytes"," 0 bytes"
1 innodb/innodb_log_file 144299 13.75 s 0 ps 95.28 us 550.23 ms 7 67.00 KiB 9.57 KiB 107609 457.12 MiB 4.35 KiB 457.18 MiB"innodb/innodb_data_file 17905 2.15 s 0 ps 120.15 us 36.48 ms 1734 27.28 MiB 16.11 KiB 11771 369.38 MiB 32.13 KiB 396.66 MiB"sql/io_cache 6133 173.10 ms 0 ps 28.22 us 8.67 ms 3053 107.09 MiB 35.92 KiB 2731 101.86 MiB 38.19 KiB 208.95 MiB"innodb/innodb_dblwr_file 5702 1.34 s 4.64 us 234.93 us 160.74 ms 2 8.38 MiB 4.19 MiB 2847 176.33 MiB 63.42 KiB 184.70 MiB"sql/binlog 8467 393.42 ms 0 ps 46.46 us 36.53 ms 0 0 bytes 0 bytes 8275 63.31 MiB 7.83 KiB 63.31 MiB"innodb/innodb_temp_file 130 25.39 ms 390.86 ns 195.30 us 5.60 ms 1 16.00 KiB 16.00 KiB 80 1.81 MiB 23.20 KiB 1.83 MiB"sql/ERRMSG 5 1.41 ms 3.52 us 282.12 us 1.19 ms 3 369.98 KiB 123.33 KiB 0 0 bytes 0 bytes 369.98 KiB"mysys/charset 3 30.12 us 2.08 us 10.04 us 17.47 us 1 19.02 KiB 19.02 KiB 0 0 bytes 0 bytes 19.02 KiB"sql/binlog_index 38 1.16 ms 0 ps 30.45 us 961.52 us 6 80 bytes 13 bytes 0 0 bytes 0 bytes 80 bytes"csv/metadata 8 86.87 us 1.44 us 10.86 us 23.08 us 2 70 bytes 35 bytes 0 0 bytes 0 bytes 70 bytes"mysys/cnf 5 24.69 us 196.39 ns 4.94 us 13.24 us 3 56 bytes 18 bytes 0 0 bytes 0 bytes 56 bytes"sql/pid 3 34.46 us 2.82 us 11.49 us 22.38 us 0 0 bytes 0 bytes 1 5 bytes 5 bytes 5 bytes"sql/casetest 10 102.57 us 0 ps 10.26 us 46.01 us 0 0 bytes 0 bytes 0 0 bytes 0 bytes 0 bytes"sql/misc 7 36.80 us 0 ps 5.26 us 14.52 us 0 0 bytes 0 bytes 0 0 bytes 0 bytes 0 bytes"csv/data 6 92.55 us 0 ps 15.43 us 35.75 us 0 0 bytes 0 bytes 0 0 bytes 0 bytes 0 bytes

View File

@ -0,0 +1 @@
"innodb/innodb_log_file","144299","13.75 s","95.28 us","550.23 ms","83.68 us","572.08 ms","13.18 s","7","67.00 KiB","9.57 KiB","107609","457.12 MiB","4.35 KiB""innodb/innodb_data_file","17905","2.15 s","120.15 us","36.48 ms","17.19 ms","250.44 ms","1.88 s","1734","27.28 MiB","16.11 KiB","11771","369.38 MiB","32.13 KiB""innodb/innodb_dblwr_file","5702","1.34 s","234.93 us","160.74 ms","3.83 ms","51.69 ms","1.28 s","2","8.38 MiB","4.19 MiB","2847","176.33 MiB","63.42 KiB""sql/binlog","8467","393.42 ms","46.46 us","36.53 ms"," 0 ps","63.46 ms","329.95 ms","0"," 0 bytes"," 0 bytes","8275","63.31 MiB","7.83 KiB""sql/io_cache","6133","173.10 ms","28.22 us","8.67 ms","19.63 ms","146.02 ms","7.45 ms","3053","107.09 MiB","35.92 KiB","2731","101.86 MiB","38.19 KiB""innodb/innodb_temp_file","130","25.39 ms","195.30 us","5.60 ms","20.17 us","2.14 ms","23.23 ms","1","16.00 KiB","16.00 KiB","80","1.81 MiB","23.20 KiB""sql/ERRMSG","5","1.41 ms","282.12 us","1.19 ms","219.82 us"," 0 ps","1.19 ms","3","369.98 KiB","123.33 KiB","0"," 0 bytes"," 0 bytes""sql/binlog_index","38","1.16 ms","30.45 us","961.52 us","30.08 us"," 0 ps","1.13 ms","6"," 80 bytes"," 13 bytes","0"," 0 bytes"," 0 bytes""sql/casetest","10","102.57 us","10.26 us","46.01 us"," 0 ps"," 0 ps","102.57 us","0"," 0 bytes"," 0 bytes","0"," 0 bytes"," 0 bytes""csv/data","6","92.55 us","15.43 us","35.75 us"," 0 ps"," 0 ps","92.55 us","0"," 0 bytes"," 0 bytes","0"," 0 bytes"," 0 bytes""csv/metadata","8","86.87 us","10.86 us","23.08 us","20.98 us"," 0 ps","65.90 us","2"," 70 bytes"," 35 bytes","0"," 0 bytes"," 0 bytes""sql/misc","7","36.80 us","5.26 us","14.52 us"," 0 ps"," 0 ps","36.80 us","0"," 0 bytes"," 0 bytes","0"," 0 bytes"," 0 bytes""sql/pid","3","34.46 us","11.49 us","22.38 us"," 0 ps","9.26 us","25.20 us","0"," 0 bytes"," 0 bytes","1"," 5 bytes"," 5 bytes""mysys/charset","3","30.12 us","10.04 us","17.47 us","10.58 us"," 0 ps","19.55 us","1","19.02 KiB","19.02 KiB","0"," 0 bytes"," 0 bytes""mysys/cnf","5","24.69 us","4.94 us","13.24 us","8.01 us"," 0 ps","16.68 us","3"," 56 bytes"," 18 bytes","0"," 0 bytes"," 0 bytes"
1 innodb/innodb_log_file 144299 13.75 s 95.28 us 550.23 ms 83.68 us 572.08 ms 13.18 s 7 67.00 KiB 9.57 KiB 107609 457.12 MiB 4.35 KiB"innodb/innodb_data_file 17905 2.15 s 120.15 us 36.48 ms 17.19 ms 250.44 ms 1.88 s 1734 27.28 MiB 16.11 KiB 11771 369.38 MiB 32.13 KiB"innodb/innodb_dblwr_file 5702 1.34 s 234.93 us 160.74 ms 3.83 ms 51.69 ms 1.28 s 2 8.38 MiB 4.19 MiB 2847 176.33 MiB 63.42 KiB"sql/binlog 8467 393.42 ms 46.46 us 36.53 ms 0 ps 63.46 ms 329.95 ms 0 0 bytes 0 bytes 8275 63.31 MiB 7.83 KiB"sql/io_cache 6133 173.10 ms 28.22 us 8.67 ms 19.63 ms 146.02 ms 7.45 ms 3053 107.09 MiB 35.92 KiB 2731 101.86 MiB 38.19 KiB"innodb/innodb_temp_file 130 25.39 ms 195.30 us 5.60 ms 20.17 us 2.14 ms 23.23 ms 1 16.00 KiB 16.00 KiB 80 1.81 MiB 23.20 KiB"sql/ERRMSG 5 1.41 ms 282.12 us 1.19 ms 219.82 us 0 ps 1.19 ms 3 369.98 KiB 123.33 KiB 0 0 bytes 0 bytes"sql/binlog_index 38 1.16 ms 30.45 us 961.52 us 30.08 us 0 ps 1.13 ms 6 80 bytes 13 bytes 0 0 bytes 0 bytes"sql/casetest 10 102.57 us 10.26 us 46.01 us 0 ps 0 ps 102.57 us 0 0 bytes 0 bytes 0 0 bytes 0 bytes"csv/data 6 92.55 us 15.43 us 35.75 us 0 ps 0 ps 92.55 us 0 0 bytes 0 bytes 0 0 bytes 0 bytes"csv/metadata 8 86.87 us 10.86 us 23.08 us 20.98 us 0 ps 65.90 us 2 70 bytes 35 bytes 0 0 bytes 0 bytes"sql/misc 7 36.80 us 5.26 us 14.52 us 0 ps 0 ps 36.80 us 0 0 bytes 0 bytes 0 0 bytes 0 bytes"sql/pid 3 34.46 us 11.49 us 22.38 us 0 ps 9.26 us 25.20 us 0 0 bytes 0 bytes 1 5 bytes 5 bytes"mysys/charset 3 30.12 us 10.04 us 17.47 us 10.58 us 0 ps 19.55 us 1 19.02 KiB 19.02 KiB 0 0 bytes 0 bytes"mysys/cnf 5 24.69 us 4.94 us 13.24 us 8.01 us 0 ps 16.68 us 3 56 bytes 18 bytes 0 0 bytes 0 bytes

View File

@ -0,0 +1 @@
"background","9734","2.06 MiB"," 221 bytes","562.55 KiB","80.76 MiB""localhost","53","1.18 MiB","22.83 KiB","1.00 MiB","12.18 GiB"
1 background 9734 2.06 MiB 221 bytes 562.55 KiB 80.76 MiB"localhost 53 1.18 MiB 22.83 KiB 1.00 MiB 12.18 GiB

View File

@ -0,0 +1 @@
"270","root@localhost","57","8.23 MiB","147.77 KiB","8.00 MiB","126.42 MiB""1","sql/main","7825","1.45 MiB"," 194 bytes","399.82 KiB","6.15 MiB""36","innodb/clone_gtid_thread","1607","571.53 KiB"," 364 bytes","254.91 KiB","792.82 KiB""41","sql/event_scheduler","3","16.27 KiB","5.42 KiB","16.04 KiB","16.27 KiB""45","sql/compress_gtid_table","8","14.09 KiB","1.76 KiB","8.05 KiB","18.51 KiB""18","innodb/log_writer_thread","106","13.25 KiB"," 128 bytes","13.25 KiB","13.25 KiB""27","innodb/dict_stats_thread","31","5.29 KiB"," 174 bytes","3.36 KiB","1.57 MiB""28","innodb/fts_optimize_thread","22","2.56 KiB"," 119 bytes","1.06 KiB","2.68 KiB""37","innodb/srv_purge_thread","24","2.39 KiB"," 102 bytes","1.06 KiB","27.98 KiB""38","innodb/srv_worker_thread","25","2.30 KiB"," 94 bytes","1.06 KiB","122.45 KiB""40","innodb/srv_worker_thread","22","1.98 KiB"," 92 bytes","1.06 KiB","2.19 MiB""39","innodb/srv_worker_thread","22","1.98 KiB"," 92 bytes","1.06 KiB","126.76 KiB""26","innodb/srv_master_thread","21","1.93 KiB"," 94 bytes","1.06 KiB","9.67 KiB""13","innodb/page_flush_coordinator_thread","21","1.93 KiB"," 94 bytes","1.06 KiB","13.56 MiB""35","innodb/buf_dump_thread","0"," 0 bytes"," 0 bytes"," 0 bytes","3.33 KiB""29","mysqlx/worker","0"," 0 bytes"," 0 bytes"," 0 bytes"," 0 bytes""30","mysqlx/worker","0"," 0 bytes"," 0 bytes"," 0 bytes"," 0 bytes""31","mysqlx/acceptor_network","0"," 0 bytes"," 0 bytes"," 0 bytes"," 0 bytes""44","mysqlx/acceptor_network","0"," 0 bytes"," 0 bytes"," 0 bytes"," 0 bytes""23","innodb/srv_error_monitor_thread","0"," 0 bytes"," 0 bytes"," 0 bytes"," 0 bytes""42","sql/signal_handler","0"," 0 bytes"," 0 bytes"," 0 bytes"," 0 bytes""11","innodb/io_write_thread","0"," 0 bytes"," 0 bytes"," 0 bytes","34.91 KiB""3","innodb/io_ibuf_thread","0"," 0 bytes"," 0 bytes"," 0 bytes"," 0 bytes""4","innodb/io_log_thread","0"," 0 bytes"," 0 bytes"," 0 bytes"," 0 bytes""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_read_thread","0"," 0 bytes"," 0 bytes"," 0 bytes"," 0 bytes""9","innodb/io_write_thread","0"," 0 bytes"," 0 bytes"," 0 bytes","45.70 KiB""10","innodb/io_write_thread","0"," 0 bytes"," 0 bytes"," 0 bytes","33.93 KiB""25","innodb/buf_resize_thread","0"," 0 bytes"," 0 bytes"," 0 bytes"," 0 bytes""12","innodb/io_write_thread","0"," 0 bytes"," 0 bytes"," 0 bytes","31.64 KiB""14","innodb/log_checkpointer_thread","0"," 0 bytes"," 0 bytes"," 0 bytes","14.30 KiB""15","innodb/log_flush_notifier_thread","0"," 0 bytes"," 0 bytes"," 0 bytes"," 0 bytes""16","innodb/log_flusher_thread","0"," 0 bytes"," 0 bytes"," 0 bytes"," 0 bytes""17","innodb/log_write_notifier_thread","0"," 0 bytes"," 0 bytes"," 0 bytes"," 0 bytes""19","innodb/log_files_governor_thread","0"," 0 bytes"," 0 bytes"," 0 bytes","2.55 KiB""22","innodb/srv_lock_timeout_thread","0"," 0 bytes"," 0 bytes"," 0 bytes"," 0 bytes""24","innodb/srv_monitor_thread","0"," 0 bytes"," 0 bytes"," 0 bytes"," 0 bytes"
1 270 root@localhost 57 8.23 MiB 147.77 KiB 8.00 MiB 126.42 MiB"1 sql/main 7825 1.45 MiB 194 bytes 399.82 KiB 6.15 MiB"36 innodb/clone_gtid_thread 1607 571.53 KiB 364 bytes 254.91 KiB 792.82 KiB"41 sql/event_scheduler 3 16.27 KiB 5.42 KiB 16.04 KiB 16.27 KiB"45 sql/compress_gtid_table 8 14.09 KiB 1.76 KiB 8.05 KiB 18.51 KiB"18 innodb/log_writer_thread 106 13.25 KiB 128 bytes 13.25 KiB 13.25 KiB"27 innodb/dict_stats_thread 31 5.29 KiB 174 bytes 3.36 KiB 1.57 MiB"28 innodb/fts_optimize_thread 22 2.56 KiB 119 bytes 1.06 KiB 2.68 KiB"37 innodb/srv_purge_thread 24 2.39 KiB 102 bytes 1.06 KiB 27.98 KiB"38 innodb/srv_worker_thread 25 2.30 KiB 94 bytes 1.06 KiB 122.45 KiB"40 innodb/srv_worker_thread 22 1.98 KiB 92 bytes 1.06 KiB 2.19 MiB"39 innodb/srv_worker_thread 22 1.98 KiB 92 bytes 1.06 KiB 126.76 KiB"26 innodb/srv_master_thread 21 1.93 KiB 94 bytes 1.06 KiB 9.67 KiB"13 innodb/page_flush_coordinator_thread 21 1.93 KiB 94 bytes 1.06 KiB 13.56 MiB"35 innodb/buf_dump_thread 0 0 bytes 0 bytes 0 bytes 3.33 KiB"29 mysqlx/worker 0 0 bytes 0 bytes 0 bytes 0 bytes"30 mysqlx/worker 0 0 bytes 0 bytes 0 bytes 0 bytes"31 mysqlx/acceptor_network 0 0 bytes 0 bytes 0 bytes 0 bytes"44 mysqlx/acceptor_network 0 0 bytes 0 bytes 0 bytes 0 bytes"23 innodb/srv_error_monitor_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"42 sql/signal_handler 0 0 bytes 0 bytes 0 bytes 0 bytes"11 innodb/io_write_thread 0 0 bytes 0 bytes 0 bytes 34.91 KiB"3 innodb/io_ibuf_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"4 innodb/io_log_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"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_read_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"9 innodb/io_write_thread 0 0 bytes 0 bytes 0 bytes 45.70 KiB"10 innodb/io_write_thread 0 0 bytes 0 bytes 0 bytes 33.93 KiB"25 innodb/buf_resize_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"12 innodb/io_write_thread 0 0 bytes 0 bytes 0 bytes 31.64 KiB"14 innodb/log_checkpointer_thread 0 0 bytes 0 bytes 0 bytes 14.30 KiB"15 innodb/log_flush_notifier_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"16 innodb/log_flusher_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"17 innodb/log_write_notifier_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"19 innodb/log_files_governor_thread 0 0 bytes 0 bytes 0 bytes 2.55 KiB"22 innodb/srv_lock_timeout_thread 0 0 bytes 0 bytes 0 bytes 0 bytes"24 innodb/srv_monitor_thread 0 0 bytes 0 bytes 0 bytes 0 bytes

View File

@ -0,0 +1 @@
"background","9734","2.06 MiB"," 221 bytes","562.55 KiB","80.76 MiB""root","50","1.17 MiB","23.88 KiB","1.00 MiB","12.31 GiB""event_scheduler","3","16.27 KiB","5.42 KiB","16.04 KiB","16.27 KiB"
1 background 9734 2.06 MiB 221 bytes 562.55 KiB 80.76 MiB"root 50 1.17 MiB 23.88 KiB 1.00 MiB 12.31 GiB"event_scheduler 3 16.27 KiB 5.42 KiB 16.04 KiB 16.27 KiB

File diff suppressed because one or more lines are too long

View File

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

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