Created
October 19, 2023 23:09
-
-
Save dctucker/f8e6cd133505eab42a4ee10ae9f83380 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
event_time command_type convert(argument using utf8) | |
2023-10-19 22:58:12.825251 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:12.825472 Query select @@version_comment limit 1 | |
2023-10-19 22:58:12.825619 Query SELECT 1 AS output | |
2023-10-19 22:58:12.825721 Quit | |
2023-10-19 22:58:13.054476 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:13.054772 Query select @@version_comment limit 1 | |
2023-10-19 22:58:13.054956 Query SHOW TABLES LIKE 'schema_migrations' | |
2023-10-19 22:58:13.058011 Quit | |
2023-10-19 22:58:13.244884 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:13.245140 Query select @@version_comment limit 1 | |
2023-10-19 22:58:13.245354 Query SELECT SUM(table_rows) AS numrows, table_name FROM information_schema.tables WHERE table_schema='github_enterprise' GROUP BY table_name ORDER BY numrows DESC, table_name | |
2023-10-19 22:58:13.255181 Quit | |
2023-10-19 22:58:13.413218 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:13.413444 Query select @@version_comment limit 1 | |
2023-10-19 22:58:13.413610 Query SELECT login from users where login="ghost" | |
2023-10-19 22:58:13.413830 Quit | |
2023-10-19 22:58:13.585255 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:13.585470 Query select @@version_comment limit 1 | |
2023-10-19 22:58:13.585629 Query SELECT login from users where login="github-enterprise" | |
2023-10-19 22:58:13.585851 Quit | |
2023-10-19 22:58:13.757520 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:13.757776 Query select @@version_comment limit 1 | |
2023-10-19 22:58:13.757969 Query UPDATE users SET created_at = NOW() WHERE login="ghost" AND created_at IS NULL LIMIT 1 | |
2023-10-19 22:58:13.758261 Quit | |
2023-10-19 22:58:13.921348 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:13.921566 Query select @@version_comment limit 1 | |
2023-10-19 22:58:13.921752 Query UPDATE users SET created_at = NOW() WHERE login="github-enterprise" AND created_at IS NULL LIMIT 1 | |
2023-10-19 22:58:13.922041 Quit | |
2023-10-19 22:58:14.093452 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:14.093720 Query select @@version_comment limit 1 | |
2023-10-19 22:58:14.093922 Query UPDATE email_roles SET created_at= NOW(),updated_at= NOW() WHERE role="primary" | |
2023-10-19 22:58:14.099396 Quit | |
2023-10-19 22:58:14.289302 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:14.289538 Query select @@version_comment limit 1 | |
2023-10-19 22:58:14.289731 Query UPDATE email_roles SET created_at= NOW() where created_at="0000-00-00 00:00:00" | |
2023-10-19 22:58:14.289984 Quit | |
2023-10-19 22:58:14.481556 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:14.481769 Query select @@version_comment limit 1 | |
2023-10-19 22:58:14.481932 Query UPDATE email_roles SET updated_at= NOW() where updated_at="0000-00-00 00:00:00" | |
2023-10-19 22:58:14.482284 Quit | |
2023-10-19 22:58:14.685528 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:14.685755 Query select @@version_comment limit 1 | |
2023-10-19 22:58:14.685929 Query SHOW TABLES LIKE "pre_receive_environments" | |
2023-10-19 22:58:14.688664 Quit | |
2023-10-19 22:58:14.853955 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:14.854197 Query select @@version_comment limit 1 | |
2023-10-19 22:58:14.854400 Query SELECT image_url FROM pre_receive_environments WHERE image_url = 'githubenterprise://internal' | |
2023-10-19 22:58:14.854734 Quit | |
2023-10-19 22:58:15.246993 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:15.247296 Query select @@version_comment limit 1 | |
2023-10-19 22:58:15.247549 Query SELECT version FROM schema_migrations WHERE cast(version as unsigned) >= 20230922194857 LIMIT 15 | |
2023-10-19 22:58:15.249726 Quit | |
2023-10-19 22:58:15.864736 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:15.865253 Query SELECT DATABASE() | |
2023-10-19 22:58:15.865440 Prepare SELECT GET_LOCK(?, 10) | |
2023-10-19 22:58:15.865530 Execute SELECT GET_LOCK('3777677981', 10) | |
2023-10-19 22:58:15.865660 Close stmt | |
2023-10-19 22:58:15.865722 Query SHOW TABLES LIKE 'ghes_manage_schema_migrations' | |
2023-10-19 22:58:15.868631 Prepare SELECT RELEASE_LOCK(?) | |
2023-10-19 22:58:15.868689 Execute SELECT RELEASE_LOCK('3777677981') | |
2023-10-19 22:58:15.868796 Close stmt | |
2023-10-19 22:58:15.868907 Query SELECT version, dirty FROM `ghes_manage_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:15.869207 Prepare SELECT GET_LOCK(?, 10) | |
2023-10-19 22:58:15.869292 Execute SELECT GET_LOCK('3777677981', 10) | |
2023-10-19 22:58:15.869399 Close stmt | |
2023-10-19 22:58:15.869435 Query SELECT version, dirty FROM `ghes_manage_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:15.869629 Prepare SELECT RELEASE_LOCK(?) | |
2023-10-19 22:58:15.869710 Execute SELECT RELEASE_LOCK('3777677981') | |
2023-10-19 22:58:15.869813 Close stmt | |
2023-10-19 22:58:16.501275 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:16.501514 Query select @@version_comment limit 1 | |
2023-10-19 22:58:16.501723 Query SHOW TABLES LIKE 'actions_deployer_schema_migrations' | |
2023-10-19 22:58:16.504373 Quit | |
2023-10-19 22:58:16.681131 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:16.681355 Query select @@version_comment limit 1 | |
2023-10-19 22:58:16.681514 Query SELECT version FROM actions_deployer_schema_migrations | |
2023-10-19 22:58:16.681705 Quit | |
2023-10-19 22:58:16.828778 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:16.829017 Query select @@version_comment limit 1 | |
2023-10-19 22:58:16.829220 Query SHOW TABLES LIKE 'actions_payloads_schema_migrations' | |
2023-10-19 22:58:16.831755 Quit | |
2023-10-19 22:58:16.965278 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:16.965503 Query select @@version_comment limit 1 | |
2023-10-19 22:58:16.965662 Query SELECT version FROM actions_payloads_schema_migrations | |
2023-10-19 22:58:16.965938 Quit | |
2023-10-19 22:58:18.237111 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:18.239358 Query SELECT DATABASE() | |
2023-10-19 22:58:18.239531 Query SELECT GET_LOCK('3839791081', 10) | |
2023-10-19 22:58:18.239674 Query SHOW TABLES LIKE "actions_deployer_schema_migrations" | |
2023-10-19 22:58:18.242274 Query SELECT RELEASE_LOCK('3839791081') | |
2023-10-19 22:58:18.243855 Query SELECT version, dirty FROM `actions_deployer_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:18.244163 Query SELECT GET_LOCK('3839791081', 10) | |
2023-10-19 22:58:18.244301 Query SELECT version, dirty FROM `actions_deployer_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:18.244610 Query SELECT RELEASE_LOCK('3839791081') | |
2023-10-19 22:58:18.244795 Query SELECT version, dirty FROM `actions_deployer_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:18.245120 Quit | |
2023-10-19 22:58:18.828158 Connect root@localhost on using Socket | |
2023-10-19 22:58:18.828271 Quit | |
2023-10-19 22:58:19.306916 Query SELECT `businesses`.* FROM `businesses` LIMIT 1 /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:c5bcd565-412a-47cd-b138-1a1c2ca7e9ce,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:19.308015 Query SELECT name, value, final,\n target_type, target_id,\n CASE target_type\n WHEN 'global' THEN 0\n WHEN 'Business' THEN 1\n WHEN 'User' THEN 2\n WHEN 'Repository' THEN 3\n END AS priority\nFROM configuration_entries\nWHERE (\n (target_id = 0 AND\n target_type = "global") OR \n (target_id = 1 AND\n target_type = "Business"))\nORDER BY priority ASC\n /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:c5bcd565-412a-47cd-b138-1a1c2ca7e9ce,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:19.309366 Query SELECT `business_saml_providers`.* FROM `business_saml_providers` WHERE `business_saml_providers`.`business_id` = 1 LIMIT 1 /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:c5bcd565-412a-47cd-b138-1a1c2ca7e9ce,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:19.315213 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:19.315594 Query SELECT DATABASE() | |
2023-10-19 22:58:19.315810 Query SELECT GET_LOCK('2008648489', 10) | |
2023-10-19 22:58:19.315970 Query SHOW TABLES LIKE "actions_payloads_schema_migrations" | |
2023-10-19 22:58:19.318662 Query SELECT RELEASE_LOCK('2008648489') | |
2023-10-19 22:58:19.318930 Query SELECT version, dirty FROM `actions_payloads_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:19.319210 Query SELECT GET_LOCK('2008648489', 10) | |
2023-10-19 22:58:19.319393 Query SELECT version, dirty FROM `actions_payloads_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:19.319739 Query SELECT RELEASE_LOCK('2008648489') | |
2023-10-19 22:58:19.319881 Query SELECT version, dirty FROM `actions_payloads_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:19.320110 Quit | |
2023-10-19 22:58:19.378834 Query UPDATE key_values SET expires_at = NOW() + INTERVAL 60 SECOND WHERE `key` = 'spokesd-enterprise/spokes-sweeper/1' AND value = _binary'{\\"Hostname\\":\\"dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net\\",\\"Pid\\":1,\\"Random\\":\\"mfbA8WqgLes=\\"}' AND expires_at > NOW() | |
2023-10-19 22:58:19.681125 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:19.681364 Query select @@version_comment limit 1 | |
2023-10-19 22:58:19.681569 Query SHOW TABLES LIKE 'actions_credz_schema_migrations' | |
2023-10-19 22:58:19.684124 Quit | |
2023-10-19 22:58:19.841210 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:19.841452 Query select @@version_comment limit 1 | |
2023-10-19 22:58:19.841603 Query SELECT version FROM actions_credz_schema_migrations | |
2023-10-19 22:58:19.841893 Quit | |
2023-10-19 22:58:20.765054 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:20.765538 Query SELECT DATABASE() | |
2023-10-19 22:58:20.765713 Query SELECT GET_LOCK('904514818', 10) | |
2023-10-19 22:58:20.765849 Query SHOW TABLES LIKE 'actions_credz_schema_migrations' | |
2023-10-19 22:58:20.768567 Query SELECT RELEASE_LOCK('904514818') | |
2023-10-19 22:58:20.769174 Query SELECT version, dirty FROM `actions_credz_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:20.769518 Query SELECT GET_LOCK('904514818', 10) | |
2023-10-19 22:58:20.769680 Query SELECT version, dirty FROM `actions_credz_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:20.771097 Query SELECT RELEASE_LOCK('904514818') | |
2023-10-19 22:58:20.771253 Query SELECT version, dirty FROM `actions_credz_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:20.771509 Quit | |
2023-10-19 22:58:20.804454 Query SHOW GLOBAL STATUS | |
2023-10-19 22:58:20.805884 Query SELECT name, count, type FROM information_schema.innodb_metrics WHERE status = 'enabled' | |
2023-10-19 22:58:21.002019 Query SELECT host, datacenter, rack, embargoed, evacuating, ip, online, non_voting, hdd_storage, site, fqdn, cache_location\n FROM fileservers\n WHERE host != 'localhost' AND online = 1 | |
2023-10-19 22:58:21.241438 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:21.241670 Query select @@version_comment limit 1 | |
2023-10-19 22:58:21.241841 Query SHOW TABLES LIKE 'actions_varz_schema_migrations' | |
2023-10-19 22:58:21.244359 Quit | |
2023-10-19 22:58:21.393054 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:21.393291 Query select @@version_comment limit 1 | |
2023-10-19 22:58:21.393470 Query SELECT version FROM actions_varz_schema_migrations | |
2023-10-19 22:58:21.393773 Quit | |
2023-10-19 22:58:22.296911 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:22.297437 Query SELECT DATABASE() | |
2023-10-19 22:58:22.297636 Query SELECT GET_LOCK('2544437321', 10) | |
2023-10-19 22:58:22.297771 Query SHOW TABLES LIKE 'actions_varz_schema_migrations' | |
2023-10-19 22:58:22.300335 Query SELECT RELEASE_LOCK('2544437321') | |
2023-10-19 22:58:22.300663 Query SELECT version, dirty FROM `actions_varz_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:22.300962 Query SELECT GET_LOCK('2544437321', 10) | |
2023-10-19 22:58:22.301116 Query SELECT version, dirty FROM `actions_varz_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:22.301304 Query SELECT RELEASE_LOCK('2544437321') | |
2023-10-19 22:58:22.301441 Query SELECT version, dirty FROM `actions_varz_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:22.301678 Quit | |
2023-10-19 22:58:23.229321 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:23.229581 Query select @@version_comment limit 1 | |
2023-10-19 22:58:23.229758 Query SHOW TABLES LIKE 'hookshot_go_schema_migrations' | |
2023-10-19 22:58:23.232322 Quit | |
2023-10-19 22:58:23.376854 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:23.377107 Query select @@version_comment limit 1 | |
2023-10-19 22:58:23.377260 Query SELECT version FROM hookshot_go_schema_migrations | |
2023-10-19 22:58:23.377556 Quit | |
2023-10-19 22:58:23.751228 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:23.751462 Query SET NAMES utf8mb4 | |
2023-10-19 22:58:23.751743 Query SHOW TABLES LIKE "hookshot_go_schema_migrations" | |
2023-10-19 22:58:23.754433 Query SELECT version, dirty from hookshot_go_schema_migrations | |
2023-10-19 22:58:23.754840 Query SELECT DATABASE() | |
2023-10-19 22:58:23.754985 Query SELECT GET_LOCK('270041014', 10) | |
2023-10-19 22:58:23.755127 Query SHOW TABLES LIKE 'hookshot_go_schema_migrations' | |
2023-10-19 22:58:23.757432 Query SELECT RELEASE_LOCK('270041014') | |
2023-10-19 22:58:23.758013 Query SELECT version, dirty FROM `hookshot_go_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:23.760533 Query SELECT GET_LOCK('270041014', 10) | |
2023-10-19 22:58:23.760704 Query SELECT version, dirty FROM `hookshot_go_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:23.760944 Query SELECT RELEASE_LOCK('270041014') | |
2023-10-19 22:58:23.761628 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:23.761785 Query SET NAMES utf8mb4 | |
2023-10-19 22:58:23.761894 Query SELECT version FROM `hookshot_go_schema_migrations` | |
2023-10-19 22:58:23.762177 Quit | |
2023-10-19 22:58:23.762213 Quit | |
2023-10-19 22:58:24.879834 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:24.880276 Query SELECT DATABASE() | |
2023-10-19 22:58:24.880474 Prepare SELECT GET_LOCK(?, 10) | |
2023-10-19 22:58:24.880546 Execute SELECT GET_LOCK('227876694', 10) | |
2023-10-19 22:58:24.880665 Close stmt | |
2023-10-19 22:58:24.880731 Query SHOW TABLES LIKE 'packages_schema_migrations' | |
2023-10-19 22:58:24.883242 Prepare SELECT RELEASE_LOCK(?) | |
2023-10-19 22:58:24.883307 Execute SELECT RELEASE_LOCK('227876694') | |
2023-10-19 22:58:24.883413 Close stmt | |
2023-10-19 22:58:24.883991 Query SELECT version, dirty FROM `packages_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:24.884358 Prepare SELECT GET_LOCK(?, 10) | |
2023-10-19 22:58:24.884460 Execute SELECT GET_LOCK('227876694', 10) | |
2023-10-19 22:58:24.884575 Close stmt | |
2023-10-19 22:58:24.884611 Query SELECT version, dirty FROM `packages_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:24.885876 Prepare SELECT RELEASE_LOCK(?) | |
2023-10-19 22:58:24.885953 Execute SELECT RELEASE_LOCK('227876694') | |
2023-10-19 22:58:24.886038 Close stmt | |
2023-10-19 22:58:24.886071 Query SELECT version, dirty FROM `packages_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:24.887025 Quit | |
2023-10-19 22:58:25.872023 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:25.872252 Query SET NAMES utf8mb4 | |
2023-10-19 22:58:25.872395 Query SET group_concat_max_len = 8192 | |
2023-10-19 22:58:25.872690 Query SELECT DATABASE() | |
2023-10-19 22:58:25.872852 Query SELECT GET_LOCK('3617514045', 10) | |
2023-10-19 22:58:25.873012 Query SHOW TABLES LIKE 'ts_migrations' | |
2023-10-19 22:58:25.875664 Query SELECT RELEASE_LOCK('3617514045') | |
2023-10-19 22:58:25.883590 Query SELECT version, dirty FROM `ts_migrations` LIMIT 1 | |
2023-10-19 22:58:25.883990 Query SELECT GET_LOCK('3617514045', 10) | |
2023-10-19 22:58:25.884154 Query SELECT version, dirty FROM `ts_migrations` LIMIT 1 | |
2023-10-19 22:58:25.884355 Query SELECT RELEASE_LOCK('3617514045') | |
2023-10-19 22:58:25.884481 Quit | |
2023-10-19 22:58:26.257521 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:26.257775 Query select @@version_comment limit 1 | |
2023-10-19 22:58:26.257955 Query SELECT count(integrations.id) FROM integrations INNER JOIN users ON (integrations.owner_id = users.id AND users.login = "github-enterprise" AND integrations.name="GitHub Code Scanning") | |
2023-10-19 22:58:26.258412 Quit | |
2023-10-19 22:58:27.557647 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:27.557912 Query select @@version_comment limit 1 | |
2023-10-19 22:58:27.558100 Query SELECT count(cwes.id) FROM cwes | |
2023-10-19 22:58:27.558799 Quit | |
2023-10-19 22:58:28.435910 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:28.436167 Query SET NAMES utf8mb4 | |
2023-10-19 22:58:28.436561 Query SELECT DATABASE() | |
2023-10-19 22:58:28.436780 Query SELECT GET_LOCK('401304524', 10) | |
2023-10-19 22:58:28.436922 Query SHOW TABLES LIKE 'tg_migrations' | |
2023-10-19 22:58:28.439589 Query SELECT RELEASE_LOCK('401304524') | |
2023-10-19 22:58:28.440146 Query SELECT version, dirty FROM `tg_migrations` LIMIT 1 | |
2023-10-19 22:58:28.441042 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:28.441206 Query SET NAMES utf8mb4 | |
2023-10-19 22:58:28.441353 Query INSERT IGNORE INTO tg_entities (created_at, updated_at, entity_type, entity_id, user_ids)\nVALUES (NOW(), NOW(), 'Business', 1, CAST('null' AS JSON)) | |
2023-10-19 22:58:28.445205 Query SELECT GET_LOCK('401304524', 10) | |
2023-10-19 22:58:28.445419 Query SELECT version, dirty FROM `tg_migrations` LIMIT 1 | |
2023-10-19 22:58:28.445674 Query SELECT RELEASE_LOCK('401304524') | |
2023-10-19 22:58:28.445842 Quit | |
2023-10-19 22:58:28.445863 Quit | |
2023-10-19 22:58:28.818206 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:28.818475 Query select @@version_comment limit 1 | |
2023-10-19 22:58:28.818663 Query SHOW TABLES LIKE 'authnd_schema_migrations' | |
2023-10-19 22:58:28.821850 Quit | |
2023-10-19 22:58:28.824914 Connect root@localhost on using Socket | |
2023-10-19 22:58:28.825011 Quit | |
2023-10-19 22:58:28.976647 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:28.976914 Query select @@version_comment limit 1 | |
2023-10-19 22:58:28.977116 Query SELECT version FROM authnd_schema_migrations | |
2023-10-19 22:58:28.977333 Quit | |
2023-10-19 22:58:29.319291 Query SELECT\n flipper_gates.name AS name,\n flipper_gates.value AS value\n FROM flipper_gates\n INNER JOIN flipper_features ON flipper_features.id = flipper_gates.flipper_feature_id\n WHERE flipper_features.name = 'otel_rack_middleware'\n /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:1ce7b194-cc95-4d77-adcd-8305ae6febe7,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:29.324663 Query SELECT\n flipper_gates.name AS name,\n flipper_gates.value AS value\n FROM flipper_gates\n INNER JOIN flipper_features ON flipper_features.id = flipper_gates.flipper_feature_id\n WHERE flipper_features.name = 'browser_vitals_time_metric'\n /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:ee85ae78-d485-475d-bfd3-fd607c374f53,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:29.326018 Query SELECT `businesses`.* FROM `businesses` LIMIT 1 /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:ee85ae78-d485-475d-bfd3-fd607c374f53,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:29.326964 Query SELECT name, value, final,\n target_type, target_id,\n CASE target_type\n WHEN 'global' THEN 0\n WHEN 'Business' THEN 1\n WHEN 'User' THEN 2\n WHEN 'Repository' THEN 3\n END AS priority\nFROM configuration_entries\nWHERE (\n (target_id = 0 AND\n target_type = "global") OR \n (target_id = 1 AND\n target_type = "Business"))\nORDER BY priority ASC\n /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:ee85ae78-d485-475d-bfd3-fd607c374f53,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:29.328507 Query SELECT `business_saml_providers`.* FROM `business_saml_providers` WHERE `business_saml_providers`.`business_id` = 1 LIMIT 1 /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:ee85ae78-d485-475d-bfd3-fd607c374f53,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:29.329807 Query SELECT\n flipper_gates.name AS name,\n flipper_gates.value AS value\n FROM flipper_gates\n INNER JOIN flipper_features ON flipper_features.id = flipper_gates.flipper_feature_id\n WHERE flipper_features.name = 'request_time_budget_control'\n /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:ee85ae78-d485-475d-bfd3-fd607c374f53,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:29.331049 Query SELECT\n flipper_gates.name AS name,\n flipper_gates.value AS value\n FROM flipper_gates\n INNER JOIN flipper_features ON flipper_features.id = flipper_gates.flipper_feature_id\n WHERE flipper_features.name = 'react_next'\n /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:ee85ae78-d485-475d-bfd3-fd607c374f53,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:29.333526 Query SELECT\n flipper_gates.name AS name,\n flipper_gates.value AS value,\n flipper_features.name AS feature_name\n FROM flipper_gates\n INNER JOIN flipper_features ON flipper_features.id = flipper_gates.flipper_feature_id\n WHERE flipper_features.name IN ('actions_green_trees', 'actions_matrix_output_improvements', 'actions_number_type_dispatch_inputs', 'billing_platform_lfs_enabled', 'browser_stats_disabled', 'bypass_trusted_types_policy_checks', 'copilot_conversational_ux', 'copilot_conversational_ux_docs', 'copilot_conversational_ux_symbols', 'copilot_conversational_ux_direct_connection', 'copilot_conversational_ux_streaming', 'copilot_smell_icebreaker_ux', 'copilot_workspace', 'failbot_handle_non_errors', 'geojson_azure_maps', 'hovercard_show_on_focus', 'image_metric_tracking', 'navigation_intercepts', 'pwa', 'tasklist_block', 'turbo_experiment_risky', 'sample_network_conn_type', 'star_button_focus')\n /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:ee85ae78-d485-475d-bfd3-fd607c374f53,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:29.904661 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:29.905382 Query SELECT DATABASE() | |
2023-10-19 22:58:29.905625 Query SELECT GET_LOCK('1416909524', 10) | |
2023-10-19 22:58:29.905830 Query SHOW TABLES LIKE 'authnd_schema_migrations' | |
2023-10-19 22:58:29.908916 Query SELECT RELEASE_LOCK('1416909524') | |
2023-10-19 22:58:29.909296 Query SELECT version, dirty FROM `authnd_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:29.909722 Query SELECT GET_LOCK('1416909524', 10) | |
2023-10-19 22:58:29.909892 Query SELECT version, dirty FROM `authnd_schema_migrations` LIMIT 1 | |
2023-10-19 22:58:29.910158 Query SELECT RELEASE_LOCK('1416909524') | |
2023-10-19 22:58:29.910993 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:29.911226 Query SELECT version FROM authnd_schema_migrations | |
2023-10-19 22:58:29.911665 Quit | |
2023-10-19 22:58:29.911724 Quit | |
2023-10-19 22:58:30.301190 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:30.301464 Query select @@version_comment limit 1 | |
2023-10-19 22:58:30.301654 Query SHOW TABLES LIKE "pre_receive_environments" | |
2023-10-19 22:58:30.305321 Quit | |
2023-10-19 22:58:30.465510 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:30.465782 Query select @@version_comment limit 1 | |
2023-10-19 22:58:30.465969 Query SELECT image_url FROM pre_receive_environments WHERE image_url = 'githubenterprise://internal' | |
2023-10-19 22:58:30.466187 Quit | |
2023-10-19 22:58:30.665193 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:30.665517 Query select @@version_comment limit 1 | |
2023-10-19 22:58:30.665858 Query SELECT id FROM users WHERE login="github-enterprise" LIMIT 1 | |
2023-10-19 22:58:30.666215 Quit | |
2023-10-19 22:58:30.804481 Query SHOW GLOBAL STATUS | |
2023-10-19 22:58:30.805812 Query SELECT name, count, type FROM information_schema.innodb_metrics WHERE status = 'enabled' | |
2023-10-19 22:58:30.871267 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:30.871504 Query select @@version_comment limit 1 | |
2023-10-19 22:58:30.871749 Query SELECT id FROM oauth_applications WHERE `name` = "GitHub Gist" AND `user_id` = "2" LIMIT 1 | |
2023-10-19 22:58:30.872118 Quit | |
2023-10-19 22:58:31.081822 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:31.082059 Query select @@version_comment limit 1 | |
2023-10-19 22:58:31.082234 Query UPDATE oauth_applications SET\n `key` = "61cabc63a6141c3d375f", `user_id` = 2, `url` = NULL, `callback_url` = NULL, `raw_data` = NULL, `updated_at` = now()\nWHERE `name` = "GitHub Gist" AND `user_id` = "2" | |
2023-10-19 22:58:31.088113 Quit | |
2023-10-19 22:58:31.249727 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:31.249993 Query select @@version_comment limit 1 | |
2023-10-19 22:58:31.250200 Query UPDATE oauth_application_client_secrets LEFT JOIN oauth_applications ON oauth_application_client_secrets.oauth_application_id = oauth_applications.id\n SET oauth_application_client_secrets.`secret_hash` = "KaNqck+wjM7nbbiWg5Y+UYT12x1qO2wibjO1dVCFX5s=",\n oauth_application_client_secrets.`secret_last_eight` = "e5c4737a",\n oauth_application_client_secrets.`updated_at` = NOW()\n WHERE oauth_applications.`name` = "GitHub Gist" AND oauth_applications.`user_id` = "2" | |
2023-10-19 22:58:31.255697 Quit | |
2023-10-19 22:58:31.465838 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:31.466061 Query select @@version_comment limit 1 | |
2023-10-19 22:58:31.466217 Query SELECT id FROM oauth_applications WHERE `name` = "GitHub Hookshot" AND `user_id` = "2" LIMIT 1 | |
2023-10-19 22:58:31.466484 Quit | |
2023-10-19 22:58:31.621787 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:31.622025 Query select @@version_comment limit 1 | |
2023-10-19 22:58:31.622214 Query UPDATE oauth_applications SET\n `key` = "18bf77bd2dd79b93156d", `user_id` = 2, `url` = NULL, `callback_url` = "/hookshot/auth/githubber/callback", `raw_data` = NULL, `updated_at` = now()\nWHERE `name` = "GitHub Hookshot" AND `user_id` = "2" | |
2023-10-19 22:58:31.627377 Quit | |
2023-10-19 22:58:31.785698 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:31.785919 Query select @@version_comment limit 1 | |
2023-10-19 22:58:31.786127 Query UPDATE oauth_application_client_secrets LEFT JOIN oauth_applications ON oauth_application_client_secrets.oauth_application_id = oauth_applications.id\n SET oauth_application_client_secrets.`secret_hash` = "cDwIo6Sb0bjqQzQVekWcZerK+/wqLRbEGvhU84461wY=",\n oauth_application_client_secrets.`secret_last_eight` = "ee65f3e3",\n oauth_application_client_secrets.`updated_at` = NOW()\n WHERE oauth_applications.`name` = "GitHub Hookshot" AND oauth_applications.`user_id` = "2" | |
2023-10-19 22:58:31.792130 Quit | |
2023-10-19 22:58:31.984116 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:31.984357 Query select @@version_comment limit 1 | |
2023-10-19 22:58:31.984543 Query SELECT id FROM oauth_applications WHERE `name` = "GitHub Pages" AND `user_id` = "2" LIMIT 1 | |
2023-10-19 22:58:31.984846 Quit | |
2023-10-19 22:58:32.173676 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:32.173903 Query select @@version_comment limit 1 | |
2023-10-19 22:58:32.174087 Query UPDATE oauth_applications SET\n `key` = "7e5caf3afde0936263e5", `user_id` = 2, `url` = NULL, `callback_url` = NULL, `raw_data` = NULL, `updated_at` = now()\nWHERE `name` = "GitHub Pages" AND `user_id` = "2" | |
2023-10-19 22:58:32.178593 Quit | |
2023-10-19 22:58:32.361295 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:32.361533 Query select @@version_comment limit 1 | |
2023-10-19 22:58:32.361739 Query UPDATE oauth_application_client_secrets LEFT JOIN oauth_applications ON oauth_application_client_secrets.oauth_application_id = oauth_applications.id\n SET oauth_application_client_secrets.`secret_hash` = "/L0PR80L0aWRiWrpAJ67ocv05DOiWhdglBLJIQ2MhT4=",\n oauth_application_client_secrets.`secret_last_eight` = "7370029b",\n oauth_application_client_secrets.`updated_at` = NOW()\n WHERE oauth_applications.`name` = "GitHub Pages" AND oauth_applications.`user_id` = "2" | |
2023-10-19 22:58:32.368142 Quit | |
2023-10-19 22:58:32.549098 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:32.549329 Query select @@version_comment limit 1 | |
2023-10-19 22:58:32.549485 Query SELECT id FROM oauth_applications WHERE `name` = "GitHub for Mac" AND `user_id` = "2" LIMIT 1 | |
2023-10-19 22:58:32.549758 Quit | |
2023-10-19 22:58:32.698546 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:32.698778 Query select @@version_comment limit 1 | |
2023-10-19 22:58:32.698966 Query UPDATE oauth_applications SET\n `key` = "eac522c6b68c504b2aac", `user_id` = 2, `url` = "https://mac.github.com/", `callback_url` = "github-mac://oauth", `raw_data` = NULL, `updated_at` = now()\nWHERE `name` = "GitHub for Mac" AND `user_id` = "2" | |
2023-10-19 22:58:32.703815 Quit | |
2023-10-19 22:58:32.869794 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:32.870034 Query select @@version_comment limit 1 | |
2023-10-19 22:58:32.870228 Query UPDATE oauth_application_client_secrets LEFT JOIN oauth_applications ON oauth_application_client_secrets.oauth_application_id = oauth_applications.id\n SET oauth_application_client_secrets.`secret_hash` = "MaLMjIcyD8PddzTMWFQxu0lQbrJYToVFMku8yAK3dxw=",\n oauth_application_client_secrets.`secret_last_eight` = "8243281a",\n oauth_application_client_secrets.`updated_at` = NOW()\n WHERE oauth_applications.`name` = "GitHub for Mac" AND oauth_applications.`user_id` = "2" | |
2023-10-19 22:58:32.875030 Quit | |
2023-10-19 22:58:33.053323 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:33.053542 Query select @@version_comment limit 1 | |
2023-10-19 22:58:33.053710 Query SELECT id FROM oauth_applications WHERE `name` = "GitHub for Windows" AND `user_id` = "2" LIMIT 1 | |
2023-10-19 22:58:33.053997 Quit | |
2023-10-19 22:58:33.226572 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:33.226824 Query select @@version_comment limit 1 | |
2023-10-19 22:58:33.227000 Query UPDATE oauth_applications SET\n `key` = "fd5f729d309a7bfa8e1b", `user_id` = 2, `url` = "https://windows.github.com/", `callback_url` = NULL, `raw_data` = NULL, `updated_at` = now()\nWHERE `name` = "GitHub for Windows" AND `user_id` = "2" | |
2023-10-19 22:58:33.231126 Quit | |
2023-10-19 22:58:33.425367 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:33.425586 Query select @@version_comment limit 1 | |
2023-10-19 22:58:33.425791 Query UPDATE oauth_application_client_secrets LEFT JOIN oauth_applications ON oauth_application_client_secrets.oauth_application_id = oauth_applications.id\n SET oauth_application_client_secrets.`secret_hash` = "Bt6+6v8xUPHCpeGUo1C2HqCoDebmLjPOIhkB1XweM/0=",\n oauth_application_client_secrets.`secret_last_eight` = "f850b6bd",\n oauth_application_client_secrets.`updated_at` = NOW()\n WHERE oauth_applications.`name` = "GitHub for Windows" AND oauth_applications.`user_id` = "2" | |
2023-10-19 22:58:33.431115 Quit | |
2023-10-19 22:58:33.609275 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:33.609509 Query select @@version_comment limit 1 | |
2023-10-19 22:58:33.609680 Query SELECT id FROM oauth_applications WHERE `name` = "GitHub Extension for Visual Studio" AND `user_id` = "2" LIMIT 1 | |
2023-10-19 22:58:33.609958 Quit | |
2023-10-19 22:58:33.793630 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:33.793851 Query select @@version_comment limit 1 | |
2023-10-19 22:58:33.794029 Query UPDATE oauth_applications SET\n `key` = "a200baed193bb2088a6e", `user_id` = 2, `url` = "https://visualstudio.github.com/", `callback_url` = "http://localhost:42549", `raw_data` = NULL, `updated_at` = now()\nWHERE `name` = "GitHub Extension for Visual Studio" AND `user_id` = "2" | |
2023-10-19 22:58:33.800163 Quit | |
2023-10-19 22:58:33.950538 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:33.950786 Query select @@version_comment limit 1 | |
2023-10-19 22:58:33.951009 Query UPDATE oauth_application_client_secrets LEFT JOIN oauth_applications ON oauth_application_client_secrets.oauth_application_id = oauth_applications.id\n SET oauth_application_client_secrets.`secret_hash` = "CMkcMsAwdKkw26eosp7XDNJ3cPxbYTIbEujlY/9WrUQ=",\n oauth_application_client_secrets.`secret_last_eight` = "f5d228c9",\n oauth_application_client_secrets.`updated_at` = NOW()\n WHERE oauth_applications.`name` = "GitHub Extension for Visual Studio" AND oauth_applications.`user_id` = "2" | |
2023-10-19 22:58:33.956019 Quit | |
2023-10-19 22:58:34.091485 Quit | |
2023-10-19 22:58:34.125664 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:34.125883 Query select @@version_comment limit 1 | |
2023-10-19 22:58:34.126043 Query SELECT id FROM oauth_applications WHERE `name` = "Atom" AND `user_id` = "2" LIMIT 1 | |
2023-10-19 22:58:34.126344 Quit | |
2023-10-19 22:58:34.205777 Quit | |
2023-10-19 22:58:34.205808 Quit | |
2023-10-19 22:58:34.205821 Quit | |
2023-10-19 22:58:34.205843 Quit | |
2023-10-19 22:58:34.205867 Quit | |
2023-10-19 22:58:34.205872 Quit | |
2023-10-19 22:58:34.207843 Quit | |
2023-10-19 22:58:34.298448 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:34.298682 Query select @@version_comment limit 1 | |
2023-10-19 22:58:34.298918 Query UPDATE oauth_applications SET\n `key` = "395e9bb22e83bd612319", `user_id` = 2, `url` = "https://atom.io/", `callback_url` = "atom://x-oauth", `raw_data` = NULL, `updated_at` = now()\nWHERE `name` = "Atom" AND `user_id` = "2" | |
2023-10-19 22:58:34.304319 Quit | |
2023-10-19 22:58:34.501119 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:34.501337 Query select @@version_comment limit 1 | |
2023-10-19 22:58:34.501521 Query UPDATE oauth_application_client_secrets LEFT JOIN oauth_applications ON oauth_application_client_secrets.oauth_application_id = oauth_applications.id\n SET oauth_application_client_secrets.`secret_hash` = "BsrpVizUJxWmZkA9s99s7sW384CgCSCDTbJXtRVYRvI=",\n oauth_application_client_secrets.`secret_last_eight` = "29aed2bb",\n oauth_application_client_secrets.`updated_at` = NOW()\n WHERE oauth_applications.`name` = "Atom" AND oauth_applications.`user_id` = "2" | |
2023-10-19 22:58:34.507652 Quit | |
2023-10-19 22:58:34.673073 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:34.673298 Query select @@version_comment limit 1 | |
2023-10-19 22:58:34.673460 Query SELECT id FROM oauth_applications WHERE `name` = "GitHub Desktop" AND `user_id` = "2" LIMIT 1 | |
2023-10-19 22:58:34.673734 Quit | |
2023-10-19 22:58:34.833441 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:34.833732 Query select @@version_comment limit 1 | |
2023-10-19 22:58:34.833934 Query UPDATE oauth_applications SET\n `key` = "de0e3c7e9973e1c4dd77", `user_id` = 2, `url` = "https://desktop.github.com/", `callback_url` = "x-github-desktop-auth://oauth", `raw_data` = NULL, `updated_at` = now()\nWHERE `name` = "GitHub Desktop" AND `user_id` = "2" | |
2023-10-19 22:58:34.841018 Quit | |
2023-10-19 22:58:34.996875 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:34.997109 Query select @@version_comment limit 1 | |
2023-10-19 22:58:34.997330 Query UPDATE oauth_application_client_secrets LEFT JOIN oauth_applications ON oauth_application_client_secrets.oauth_application_id = oauth_applications.id\n SET oauth_application_client_secrets.`secret_hash` = "qzIk6WiFyEZJ5T6ulIpg3FcKkTzsKqL70dnMpgR0L1I=",\n oauth_application_client_secrets.`secret_last_eight` = "d961e2a3",\n oauth_application_client_secrets.`updated_at` = NOW()\n WHERE oauth_applications.`name` = "GitHub Desktop" AND oauth_applications.`user_id` = "2" | |
2023-10-19 22:58:35.002685 Quit | |
2023-10-19 22:58:35.180629 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:35.180867 Query select @@version_comment limit 1 | |
2023-10-19 22:58:35.181029 Query SELECT id FROM oauth_applications WHERE `name` = "GitHub CLI" AND `user_id` = "2" LIMIT 1 | |
2023-10-19 22:58:35.181312 Quit | |
2023-10-19 22:58:35.206554 Quit | |
2023-10-19 22:58:35.333193 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:35.333426 Query select @@version_comment limit 1 | |
2023-10-19 22:58:35.333604 Query UPDATE oauth_applications SET\n `key` = "178c6fc778ccc68e1d6a", `user_id` = 2, `url` = "https://github.com/github/gh-cli", `callback_url` = "http://localhost", `raw_data` = NULL, `updated_at` = now()\nWHERE `name` = "GitHub CLI" AND `user_id` = "2" | |
2023-10-19 22:58:35.338081 Quit | |
2023-10-19 22:58:35.506504 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:35.506733 Query select @@version_comment limit 1 | |
2023-10-19 22:58:35.506943 Query UPDATE oauth_application_client_secrets LEFT JOIN oauth_applications ON oauth_application_client_secrets.oauth_application_id = oauth_applications.id\n SET oauth_application_client_secrets.`secret_hash` = "0bMZDaz7avFHm+0oZkVcCy3u4RkQTdcLCf+KmR1zNVw=",\n oauth_application_client_secrets.`secret_last_eight` = "ede1cc0b",\n oauth_application_client_secrets.`updated_at` = NOW()\n WHERE oauth_applications.`name` = "GitHub CLI" AND oauth_applications.`user_id` = "2" | |
2023-10-19 22:58:35.511734 Quit | |
2023-10-19 22:58:35.685822 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:35.686047 Query select @@version_comment limit 1 | |
2023-10-19 22:58:35.686219 Query SELECT id FROM oauth_applications WHERE `name` = "hub CLI" AND `user_id` = "2" LIMIT 1 | |
2023-10-19 22:58:35.686529 Quit | |
2023-10-19 22:58:35.857330 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:35.857576 Query select @@version_comment limit 1 | |
2023-10-19 22:58:35.857761 Query UPDATE oauth_applications SET\n `key` = "20a7719cd6246bdf8b48", `user_id` = 2, `url` = "https://hub.github.com/", `callback_url` = "http://localhost", `raw_data` = NULL, `updated_at` = now()\nWHERE `name` = "hub CLI" AND `user_id` = "2" | |
2023-10-19 22:58:35.862557 Quit | |
2023-10-19 22:58:36.001394 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:36.001621 Query select @@version_comment limit 1 | |
2023-10-19 22:58:36.001829 Query UPDATE oauth_application_client_secrets LEFT JOIN oauth_applications ON oauth_application_client_secrets.oauth_application_id = oauth_applications.id\n SET oauth_application_client_secrets.`secret_hash` = "zTl/7UYqoouk53G90MPEVbNDQzQEGP14XHq/Pyz9qeM=",\n oauth_application_client_secrets.`secret_last_eight` = "8af04d78",\n oauth_application_client_secrets.`updated_at` = NOW()\n WHERE oauth_applications.`name` = "hub CLI" AND oauth_applications.`user_id` = "2" | |
2023-10-19 22:58:36.010435 Quit | |
2023-10-19 22:58:36.200888 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:36.201142 Query select @@version_comment limit 1 | |
2023-10-19 22:58:36.201314 Query SELECT id FROM oauth_applications WHERE `name` = "GitHub for Unity" AND `user_id` = "2" LIMIT 1 | |
2023-10-19 22:58:36.201601 Quit | |
2023-10-19 22:58:36.373259 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:36.373478 Query select @@version_comment limit 1 | |
2023-10-19 22:58:36.373647 Query UPDATE oauth_applications SET\n `key` = "107b906ff287f62a12a4", `user_id` = 2, `url` = "https://unity.github.com/", `callback_url` = "http://localhost:42424/callback", `raw_data` = NULL, `updated_at` = now()\nWHERE `name` = "GitHub for Unity" AND `user_id` = "2" | |
2023-10-19 22:58:36.379431 Quit | |
2023-10-19 22:58:36.546270 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:36.546517 Query select @@version_comment limit 1 | |
2023-10-19 22:58:36.546742 Query UPDATE oauth_application_client_secrets LEFT JOIN oauth_applications ON oauth_application_client_secrets.oauth_application_id = oauth_applications.id\n SET oauth_application_client_secrets.`secret_hash` = "IEPWz9hMtK76m5AieNsnT2OsZo4F5NUbivE4nzAJ8Ps=",\n oauth_application_client_secrets.`secret_last_eight` = "197d2137",\n oauth_application_client_secrets.`updated_at` = NOW()\n WHERE oauth_applications.`name` = "GitHub for Unity" AND oauth_applications.`user_id` = "2" | |
2023-10-19 22:58:36.551445 Quit | |
2023-10-19 22:58:36.753387 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:36.753605 Query select @@version_comment limit 1 | |
2023-10-19 22:58:36.753769 Query SELECT id FROM oauth_applications WHERE `name` = "GitHub for VSCode" AND `user_id` = "2" LIMIT 1 | |
2023-10-19 22:58:36.754081 Quit | |
2023-10-19 22:58:36.897448 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:36.897692 Query select @@version_comment limit 1 | |
2023-10-19 22:58:36.897910 Query UPDATE oauth_applications SET\n `key` = "01ab8ac9400c4e429b23", `user_id` = 2, `url` = "https://vscode.github.com", `callback_url` = "https://vscode.dev/redirect", `raw_data` = NULL, `updated_at` = now()\nWHERE `name` = "GitHub for VSCode" AND `user_id` = "2" | |
2023-10-19 22:58:36.903134 Quit | |
2023-10-19 22:58:37.053061 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:37.053290 Query select @@version_comment limit 1 | |
2023-10-19 22:58:37.053482 Query UPDATE oauth_application_client_secrets LEFT JOIN oauth_applications ON oauth_application_client_secrets.oauth_application_id = oauth_applications.id\n SET oauth_application_client_secrets.`secret_hash` = "+UlnISR77yqymFUi3MoYLKyvJWrq7y9mDVUjKBPLd0I=",\n oauth_application_client_secrets.`secret_last_eight` = "76b86099",\n oauth_application_client_secrets.`updated_at` = NOW()\n WHERE oauth_applications.`name` = "GitHub for VSCode" AND oauth_applications.`user_id` = "2" | |
2023-10-19 22:58:37.058398 Quit | |
2023-10-19 22:58:37.233804 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:37.234076 Query select @@version_comment limit 1 | |
2023-10-19 22:58:37.234277 Query SELECT id FROM oauth_applications WHERE `name` = "Git Credential Manager" AND `user_id` = "2" LIMIT 1 | |
2023-10-19 22:58:37.234612 Quit | |
2023-10-19 22:58:37.377143 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:37.377376 Query select @@version_comment limit 1 | |
2023-10-19 22:58:37.377572 Query UPDATE oauth_applications SET\n `key` = "0120e057bd645470c1ed", `user_id` = 2, `url` = "https://aka.ms/gcmcore", `callback_url` = "http://localhost/", `raw_data` = NULL, `updated_at` = now()\nWHERE `name` = "Git Credential Manager" AND `user_id` = "2" | |
2023-10-19 22:58:37.382574 Quit | |
2023-10-19 22:58:37.533533 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:37.533799 Query select @@version_comment limit 1 | |
2023-10-19 22:58:37.534014 Query UPDATE oauth_application_client_secrets LEFT JOIN oauth_applications ON oauth_application_client_secrets.oauth_application_id = oauth_applications.id\n SET oauth_application_client_secrets.`secret_hash` = "9Hg/RK9y2E0b7afYjfsIOgnMdZildat8PaUdc6YfGwk=",\n oauth_application_client_secrets.`secret_last_eight` = "83344c90",\n oauth_application_client_secrets.`updated_at` = NOW()\n WHERE oauth_applications.`name` = "Git Credential Manager" AND oauth_applications.`user_id` = "2" | |
2023-10-19 22:58:37.539340 Quit | |
2023-10-19 22:58:37.817202 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:37.817438 Query select @@version_comment limit 1 | |
2023-10-19 22:58:37.817637 Query SELECT id FROM oauth_applications WHERE `name` = "GitHub iOS" AND `user_id` = "2" LIMIT 1 | |
2023-10-19 22:58:37.817926 Quit | |
2023-10-19 22:58:37.961159 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:37.961397 Query select @@version_comment limit 1 | |
2023-10-19 22:58:37.961581 Query UPDATE oauth_applications SET\n `key` = "2cfa9b7a1b57de32dd0d", `user_id` = 2, `url` = "https://github.com", `callback_url` = "github://com.github.ios", `raw_data` = NULL, `updated_at` = now()\nWHERE `name` = "GitHub iOS" AND `user_id` = "2" | |
2023-10-19 22:58:37.967356 Quit | |
2023-10-19 22:58:38.120797 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:38.121033 Query select @@version_comment limit 1 | |
2023-10-19 22:58:38.121240 Query UPDATE oauth_application_client_secrets LEFT JOIN oauth_applications ON oauth_application_client_secrets.oauth_application_id = oauth_applications.id\n SET oauth_application_client_secrets.`secret_hash` = "+8y9nQ+YgPIXwOpO9t7FU2bcBKVRRScrikY+sWhHjGg=",\n oauth_application_client_secrets.`secret_last_eight` = "637f332c",\n oauth_application_client_secrets.`updated_at` = NOW()\n WHERE oauth_applications.`name` = "GitHub iOS" AND oauth_applications.`user_id` = "2" | |
2023-10-19 22:58:38.127105 Quit | |
2023-10-19 22:58:38.325152 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:38.325382 Query select @@version_comment limit 1 | |
2023-10-19 22:58:38.325556 Query SELECT id FROM oauth_applications WHERE `name` = "GitHub Android" AND `user_id` = "2" LIMIT 1 | |
2023-10-19 22:58:38.325835 Quit | |
2023-10-19 22:58:38.473315 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:38.473540 Query select @@version_comment limit 1 | |
2023-10-19 22:58:38.473721 Query UPDATE oauth_applications SET\n `key` = "3f8b8834a91f0caad392", `user_id` = 2, `url` = "https://github.com", `callback_url` = "github://com.github.android/oauth", `raw_data` = NULL, `updated_at` = now()\nWHERE `name` = "GitHub Android" AND `user_id` = "2" | |
2023-10-19 22:58:38.479166 Quit | |
2023-10-19 22:58:38.641710 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:38.641950 Query select @@version_comment limit 1 | |
2023-10-19 22:58:38.642163 Query UPDATE oauth_application_client_secrets LEFT JOIN oauth_applications ON oauth_application_client_secrets.oauth_application_id = oauth_applications.id\n SET oauth_application_client_secrets.`secret_hash` = "ZJj5OINqR3yg2V2p1WlrMWUNiKxF9Ixthz0/63vTOWk=",\n oauth_application_client_secrets.`secret_last_eight` = "fcdc0165",\n oauth_application_client_secrets.`updated_at` = NOW()\n WHERE oauth_applications.`name` = "GitHub Android" AND oauth_applications.`user_id` = "2" | |
2023-10-19 22:58:38.646632 Quit | |
2023-10-19 22:58:38.814860 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:38.815115 Query select @@version_comment limit 1 | |
2023-10-19 22:58:38.815275 Query SELECT count(id) FROM businesses | |
2023-10-19 22:58:38.815909 Quit | |
2023-10-19 22:58:38.821999 Connect root@localhost on using Socket | |
2023-10-19 22:58:38.822113 Quit | |
2023-10-19 22:58:39.090720 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:39.091024 Query SELECT\n\t\t fs.host, fs.fqdn, fs.ip, fs.datacenter, fs.rack, fs.embargoed, fs.embargoed_reason, fs.online,\n\t\t\tfs.evacuating, fs.evacuating_reason, fs.quiescing, fs.quiescing_reason, fs.non_voting,\n\t\t\tfs.hdd_storage, fs.cache_location, dcs.region\n\t\tFROM fileservers fs\n\t\tLEFT JOIN datacenters dcs ON fs.datacenter=dcs.datacenter | |
2023-10-19 22:58:39.177055 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:39.177321 Query SELECT\n\t\t fs.host, fs.fqdn, fs.ip, fs.datacenter, fs.rack, fs.embargoed, fs.embargoed_reason, fs.online,\n\t\t\tfs.evacuating, fs.evacuating_reason, fs.quiescing, fs.quiescing_reason, fs.non_voting,\n\t\t\tfs.hdd_storage, fs.cache_location, dcs.region\n\t\tFROM fileservers fs\n\t\tLEFT JOIN datacenters dcs ON fs.datacenter=dcs.datacenter | |
2023-10-19 22:58:39.347356 Query SELECT `businesses`.* FROM `businesses` LIMIT 1 /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:b58c2126-3f9e-4497-9082-56fe8535cfa5,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:39.348441 Query SELECT name, value, final,\n target_type, target_id,\n CASE target_type\n WHEN 'global' THEN 0\n WHEN 'Business' THEN 1\n WHEN 'User' THEN 2\n WHEN 'Repository' THEN 3\n END AS priority\nFROM configuration_entries\nWHERE (\n (target_id = 0 AND\n target_type = "global") OR \n (target_id = 1 AND\n target_type = "Business"))\nORDER BY priority ASC\n /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:b58c2126-3f9e-4497-9082-56fe8535cfa5,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:39.349832 Query SELECT `business_saml_providers`.* FROM `business_saml_providers` WHERE `business_saml_providers`.`business_id` = 1 LIMIT 1 /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:b58c2126-3f9e-4497-9082-56fe8535cfa5,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:40.353603 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:40.353840 Query select @@version_comment limit 1 | |
2023-10-19 22:58:40.354004 Query SELECT count(*) FROM role_permissions | |
2023-10-19 22:58:40.354521 Quit | |
2023-10-19 22:58:40.804441 Query SHOW GLOBAL STATUS | |
2023-10-19 22:58:40.805827 Query SELECT name, count, type FROM information_schema.innodb_metrics WHERE status = 'enabled' | |
2023-10-19 22:58:41.885565 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:41.885806 Query select @@version_comment limit 1 | |
2023-10-19 22:58:41.886011 Query SELECT count(*) FROM roles | |
2023-10-19 22:58:41.886579 Quit | |
2023-10-19 22:58:43.385967 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:43.386189 Query select @@version_comment limit 1 | |
2023-10-19 22:58:43.386393 Query SELECT count(*) FROM role_permissions perm JOIN roles role ON perm.role_id = role.id WHERE role.name = "read" AND perm.action = "read_repo" | |
2023-10-19 22:58:43.386894 Quit | |
2023-10-19 22:58:44.385548 Quit | |
2023-10-19 22:58:44.885453 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:44.885699 Query select @@version_comment limit 1 | |
2023-10-19 22:58:44.885869 Query SELECT count(*) FROM roles WHERE name = "read" AND base_role_id IS NULL | |
2023-10-19 22:58:44.886242 Quit | |
2023-10-19 22:58:45.161767 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:45.162030 Query select @@version_comment limit 1 | |
2023-10-19 22:58:45.162226 Query SELECT count(id) FROM integrations where owner_id="2" and slug="github-project-automation" | |
2023-10-19 22:58:45.162618 Quit | |
2023-10-19 22:58:48.820380 Connect root@localhost on using Socket | |
2023-10-19 22:58:48.820516 Quit | |
2023-10-19 22:58:49.363146 Query SELECT `businesses`.* FROM `businesses` LIMIT 1 /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:2cb15a09-1b65-49a8-8c31-1b8e354c7e44,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:49.364208 Query SELECT name, value, final,\n target_type, target_id,\n CASE target_type\n WHEN 'global' THEN 0\n WHEN 'Business' THEN 1\n WHEN 'User' THEN 2\n WHEN 'Repository' THEN 3\n END AS priority\nFROM configuration_entries\nWHERE (\n (target_id = 0 AND\n target_type = "global") OR \n (target_id = 1 AND\n target_type = "Business"))\nORDER BY priority ASC\n /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:2cb15a09-1b65-49a8-8c31-1b8e354c7e44,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:49.365623 Query SELECT `business_saml_providers`.* FROM `business_saml_providers` WHERE `business_saml_providers`.`business_id` = 1 LIMIT 1 /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:2cb15a09-1b65-49a8-8c31-1b8e354c7e44,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:50.804455 Query SHOW GLOBAL STATUS | |
2023-10-19 22:58:50.806076 Query SELECT name, count, type FROM information_schema.innodb_metrics WHERE status = 'enabled' | |
2023-10-19 22:58:54.264426 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:58:54.265333 Query select @@hostname | |
2023-10-19 22:58:54.266179 Query SET NAMES utf8mb4 COLLATE utf8mb4_unicode_520_ci, @@SESSION.sql_mode = 'STRICT_ALL_TABLES,NO_ZERO_DATE,NO_ZERO_IN_DATE,NO_AUTO_VALUE_ON_ZERO,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION', @@SESSION.wait_timeout = 2147483 /*application:github,catalog_service:unknown,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:54.268356 Query SET SESSION session_track_gtids = OWN_GTID /*application:github,catalog_service:unknown,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:54.268865 Query SELECT `key`, value FROM key_values WHERE `key` IN ('ghes.actions_packages_setup_pending') AND (`expires_at` IS NULL OR `expires_at` > NOW()) /*application:github,catalog_service:unknown,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:58.839771 Connect root@localhost on using Socket | |
2023-10-19 22:58:58.839885 Quit | |
2023-10-19 22:58:59.375270 Query SELECT\n flipper_gates.name AS name,\n flipper_gates.value AS value\n FROM flipper_gates\n INNER JOIN flipper_features ON flipper_features.id = flipper_gates.flipper_feature_id\n WHERE flipper_features.name = 'otel_rack_middleware'\n /*application:github,catalog_service:unknown,category:api,route:api/internal/twirp#post,request_id:e77c5efc-9beb-41c8-8387-d1179e01087c,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net,package:exempt.restapi*/ | |
2023-10-19 22:58:59.380788 Query SELECT\n flipper_gates.name AS name,\n flipper_gates.value AS value\n FROM flipper_gates\n INNER JOIN flipper_features ON flipper_features.id = flipper_gates.flipper_feature_id\n WHERE flipper_features.name = 'browser_vitals_time_metric'\n /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:76cfd15d-c7b9-4f28-b6ef-e40d87bcb660,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:59.382061 Query SELECT `businesses`.* FROM `businesses` LIMIT 1 /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:76cfd15d-c7b9-4f28-b6ef-e40d87bcb660,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:59.382914 Query SELECT name, value, final,\n target_type, target_id,\n CASE target_type\n WHEN 'global' THEN 0\n WHEN 'Business' THEN 1\n WHEN 'User' THEN 2\n WHEN 'Repository' THEN 3\n END AS priority\nFROM configuration_entries\nWHERE (\n (target_id = 0 AND\n target_type = "global") OR \n (target_id = 1 AND\n target_type = "Business"))\nORDER BY priority ASC\n /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:76cfd15d-c7b9-4f28-b6ef-e40d87bcb660,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:59.384382 Query SELECT `business_saml_providers`.* FROM `business_saml_providers` WHERE `business_saml_providers`.`business_id` = 1 LIMIT 1 /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:76cfd15d-c7b9-4f28-b6ef-e40d87bcb660,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:59.385545 Query SELECT\n flipper_gates.name AS name,\n flipper_gates.value AS value\n FROM flipper_gates\n INNER JOIN flipper_features ON flipper_features.id = flipper_gates.flipper_feature_id\n WHERE flipper_features.name = 'request_time_budget_control'\n /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:76cfd15d-c7b9-4f28-b6ef-e40d87bcb660,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:59.386749 Query SELECT\n flipper_gates.name AS name,\n flipper_gates.value AS value\n FROM flipper_gates\n INNER JOIN flipper_features ON flipper_features.id = flipper_gates.flipper_feature_id\n WHERE flipper_features.name = 'react_next'\n /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:76cfd15d-c7b9-4f28-b6ef-e40d87bcb660,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:58:59.389072 Query SELECT\n flipper_gates.name AS name,\n flipper_gates.value AS value,\n flipper_features.name AS feature_name\n FROM flipper_gates\n INNER JOIN flipper_features ON flipper_features.id = flipper_gates.flipper_feature_id\n WHERE flipper_features.name IN ('actions_green_trees', 'actions_matrix_output_improvements', 'actions_number_type_dispatch_inputs', 'billing_platform_lfs_enabled', 'browser_stats_disabled', 'bypass_trusted_types_policy_checks', 'copilot_conversational_ux', 'copilot_conversational_ux_docs', 'copilot_conversational_ux_symbols', 'copilot_conversational_ux_direct_connection', 'copilot_conversational_ux_streaming', 'copilot_smell_icebreaker_ux', 'copilot_workspace', 'failbot_handle_non_errors', 'geojson_azure_maps', 'hovercard_show_on_focus', 'image_metric_tracking', 'navigation_intercepts', 'pwa', 'tasklist_block', 'turbo_experiment_risky', 'sample_network_conn_type', 'star_button_focus')\n /*application:github,catalog_service:unknown,category:other,route:status_lolrails#index,request_id:76cfd15d-c7b9-4f28-b6ef-e40d87bcb660,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:59:00.804447 Query SHOW GLOBAL STATUS | |
2023-10-19 22:59:00.805788 Query SELECT name, count, type FROM information_schema.innodb_metrics WHERE status = 'enabled' | |
2023-10-19 22:59:02.786222 Connect root@localhost on using Socket | |
2023-10-19 22:59:02.786232 Connect root@localhost on using Socket | |
2023-10-19 22:59:02.786367 Query FLUSH LOGS | |
2023-10-19 22:59:02.786397 Quit | |
2023-10-19 22:59:02.818627 Quit | |
2023-10-19 22:59:03.888427 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:59:03.889330 Query select @@hostname | |
2023-10-19 22:59:03.890154 Query SET NAMES utf8mb4 COLLATE utf8mb4_unicode_520_ci, @@SESSION.sql_mode = 'STRICT_ALL_TABLES,NO_ZERO_DATE,NO_ZERO_IN_DATE,NO_AUTO_VALUE_ON_ZERO,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION', @@SESSION.wait_timeout = 2147483 /*application:github,catalog_service:unknown,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:59:03.892333 Query SET SESSION session_track_gtids = OWN_GTID /*application:github,catalog_service:unknown,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:59:03.892835 Query SELECT `key`, value FROM key_values WHERE `key` IN ('ghes.actions_packages_setup_pending') AND (`expires_at` IS NULL OR `expires_at` > NOW()) /*application:github,catalog_service:unknown,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:59:04.091895 Quit | |
2023-10-19 22:59:04.178498 Quit | |
2023-10-19 22:59:04.953332 Connect github@::1 on github_enterprise using TCP/IP | |
2023-10-19 22:59:04.953719 Query select @@hostname | |
2023-10-19 22:59:04.954198 Query SET NAMES utf8mb4 COLLATE utf8mb4_unicode_520_ci, @@SESSION.sql_mode = 'STRICT_ALL_TABLES,NO_ZERO_DATE,NO_ZERO_IN_DATE,NO_AUTO_VALUE_ON_ZERO,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION', @@SESSION.wait_timeout = 2147483 /*application:github,catalog_service:unknown,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:59:04.954660 Query SELECT\n flipper_gates.name AS name,\n flipper_gates.value AS value\n FROM flipper_gates\n INNER JOIN flipper_features ON flipper_features.id = flipper_gates.flipper_feature_id\n WHERE flipper_features.name = 'elastomer_router_canonical_map_caching_change'\n /*application:github,catalog_service:unknown,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ | |
2023-10-19 22:59:04.956808 Query SELECT * FROM elastomer_index_memos\n WHERE datacenter = 'default'\n ORDER BY `name` ASC\n /*application:github,catalog_service:unknown,deployed_to:production,server:dctucker-rxr79pkv7-service-bpdev-us-east-1-github-net*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment